Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddummymbuf.c150 #define FEEDBACK_PFIL(pfil_type, pfil_flags, ifp, rule, msg) \ argument
152 ((pfil_type) == PFIL_TYPE_IP4 ? "PFIL_TYPE_IP4" : \
153 (pfil_type) == PFIL_TYPE_IP6 ? "PFIL_TYPE_IP6" : \
154 (pfil_type) == PFIL_TYPE_ETHERNET ? "PFIL_TYPE_ETHERNET" : \
171 int pfil_type; member
237 rule->pfil_type = PFIL_TYPE_IP6; in read_rule()
240 rule->pfil_type = PFIL_TYPE_IP4; in read_rule()
243 rule->pfil_type = PFIL_TYPE_ETHERNET; in read_rule()
324 dmb_pfil_mbuf_chk(int pfil_type, struct mbuf **mp, struct ifnet *ifp, in dmb_pfil_mbuf_chk() argument
336 if (rule.pfil_type == pfil_type && in dmb_pfil_mbuf_chk()
[all …]