Home
last modified time | relevance | path

Searched refs:EBT_ACCEPT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A Debtable_nat.c22 .policy = EBT_ACCEPT,
26 .policy = EBT_ACCEPT,
30 .policy = EBT_ACCEPT,
H A Debtable_filter.c22 .policy = EBT_ACCEPT,
26 .policy = EBT_ACCEPT,
30 .policy = EBT_ACCEPT,
H A Debtable_broute.c26 .policy = EBT_ACCEPT,
H A Debtables.c253 if (verdict == EBT_ACCEPT) { in ebt_do_table()
311 if (chaininfo->policy == EBT_ACCEPT) { in ebt_do_table()
555 ((struct ebt_entries *)e)->policy != EBT_ACCEPT) { in ebt_check_entry_size_and_hooks()
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h26 #define EBT_ACCEPT -1 macro
/openbmc/linux/net/netfilter/
H A Dnft_compat.c118 case EBT_ACCEPT: in nft_target_eval_bridge()