Searched refs:pf_mtag (Results 1 – 16 of 16) sorted by relevance
48 struct pf_mtag { struct62 static __inline struct pf_mtag * argument70 return ((struct pf_mtag *)(mtag + 1)); in pf_find_mtag()
335 struct pf_mtag *pf_mtag);437 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \438 (pd)->pf_mtag->flags & PF_MTAG_FLAG_PACKET_LOOPED)1187 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_uminit, NULL, in pf_mtag_initialize()1381 t->m_tag_len = sizeof(struct pf_mtag); in pf_mtag_uminit()1394 struct pf_mtag *1400 return ((struct pf_mtag *)(mtag + 1)); in pf_get_mtag()1405 bzero(mtag + 1, sizeof(struct pf_mtag)); in pf_get_mtag()1408 return ((struct pf_mtag *)(mtag + 1)); in pf_get_mtag()3987 struct pf_mtag *pf_mtag; in pf_build_tcp() local[all …]
268 if (pd->pf_mtag && (pd->pf_mtag->flags & PF_MTAG_FLAG_SYNCOOKIE_RECREATED)) in pf_synflood_check()
182 pd->pf_mtag ? pd->pf_mtag->tag : 0)) in pf_match_translation()
1040 pd.pf_mtag = pf_find_mtag(m); in pf_refragment6()1116 pd->pf_mtag ? pd->pf_mtag->tag : 0)) in pf_normalize_ip()
442 struct pf_mtag *at; in mark_ecn()
461 struct pf_mtag *t; in cbq_enqueue()
450 struct pf_mtag *t; in priq_enqueue()
486 struct pf_mtag *t; in fairq_enqueue()
659 struct pf_mtag *t; in hfsc_enqueue()
1643 struct pf_mtag *pf_mtag; member2291 struct pf_mtag *pf_get_mtag(struct mbuf *);
79 #include <netpfil/pf/pf_mtag.h>290 struct pf_mtag *t; in ether_output()
2598 struct pf_mtag *at; in ipfw_chk()2613 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO); in ipfw_chk()2622 at = (struct pf_mtag *)(mtag + 1); in ipfw_chk()
221 pf_mtag.h \
6652 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
15541 OLD_FILES+=usr/include/net/pf_mtag.h