Home
last modified time | relevance | path

Searched refs:EBT_NOMATCH (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h21 #define EBT_NOMATCH 1 macro
/linux-4.4.14/net/bridge/netfilter/
Debtables.c105 return m->u.match->match(skb, par) ? EBT_MATCH : EBT_NOMATCH; in ebt_do_match()