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()
334 struct pf_mtag *pf_mtag);432 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \433 (pd)->pf_mtag->flags & PF_MTAG_FLAG_PACKET_LOOPED)1172 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_uminit, NULL, in pf_mtag_initialize()1366 t->m_tag_len = sizeof(struct pf_mtag); in pf_mtag_uminit()1379 struct pf_mtag *1385 return ((struct pf_mtag *)(mtag + 1)); in pf_get_mtag()1390 bzero(mtag + 1, sizeof(struct pf_mtag)); in pf_get_mtag()1393 return ((struct pf_mtag *)(mtag + 1)); in pf_get_mtag()3948 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()
195 pd->pf_mtag ? pd->pf_mtag->tag : 0)) in pf_match_translation()
1038 pd.pf_mtag = pf_find_mtag(m); in pf_refragment6()1114 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()
1642 struct pf_mtag *pf_mtag; member2289 struct pf_mtag *pf_get_mtag(struct mbuf *);
79 #include <netpfil/pf/pf_mtag.h>290 struct pf_mtag *t; in ether_output()
2519 struct pf_mtag *at; in ipfw_chk()2534 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO); in ipfw_chk()2543 at = (struct pf_mtag *)(mtag + 1); in ipfw_chk()
221 pf_mtag.h \
6652 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
15526 OLD_FILES+=usr/include/net/pf_mtag.h