Home
last modified time | relevance | path

Searched refs:NF_STOP (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dnetfilter.h24 #define NF_STOP 5 macro
25 #define NF_MAX_VERDICT NF_STOP
/linux-3.4.99/net/netfilter/
Dcore.c186 if (verdict == NF_ACCEPT || verdict == NF_STOP) { in nf_hook_slow()
Dnf_queue.c320 case NF_STOP: in nf_reinject()
/linux-3.4.99/net/bridge/
Dbr_netfilter.c898 return NF_STOP; in ip_sabotage_in()