Searched refs:EBT_ACCEPT (Results 1 - 6 of 6) sorted by path

/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h26 #define EBT_ACCEPT -1 macro
/linux-master/net/bridge/netfilter/
H A Debtable_broute.c21 /* EBT_ACCEPT means the frame will be bridged
26 .policy = EBT_ACCEPT,
H A Debtable_filter.c22 .policy = EBT_ACCEPT,
26 .policy = EBT_ACCEPT,
30 .policy = EBT_ACCEPT,
H A Debtable_nat.c22 .policy = EBT_ACCEPT,
26 .policy = EBT_ACCEPT,
30 .policy = EBT_ACCEPT,
H A Debtables.c253 if (verdict == EBT_ACCEPT) {
311 if (chaininfo->policy == EBT_ACCEPT) {
555 ((struct ebt_entries *)e)->policy != EBT_ACCEPT) {
/linux-master/net/netfilter/
H A Dnft_compat.c118 case EBT_ACCEPT:

Completed in 203 milliseconds