Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_mtag.h48 struct pf_mtag { struct
62 static __inline struct pf_mtag * argument
70 return ((struct pf_mtag *)(mtag + 1)); in pf_find_mtag()
H A Dpf.c334 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 …]
H A Dpf_syncookies.c268 if (pd->pf_mtag && (pd->pf_mtag->flags & PF_MTAG_FLAG_SYNCOOKIE_RECREATED)) in pf_synflood_check()
H A Dpf_lb.c195 pd->pf_mtag ? pd->pf_mtag->tag : 0)) in pf_match_translation()
H A Dpf_norm.c1038 pd.pf_mtag = pf_find_mtag(m); in pf_refragment6()
1114 pd->pf_mtag ? pd->pf_mtag->tag : 0)) in pf_normalize_ip()
/freebsd/sys/net/altq/
H A Daltq_red.c442 struct pf_mtag *at; in mark_ecn()
H A Daltq_cbq.c461 struct pf_mtag *t; in cbq_enqueue()
H A Daltq_priq.c450 struct pf_mtag *t; in priq_enqueue()
H A Daltq_fairq.c486 struct pf_mtag *t; in fairq_enqueue()
H A Daltq_hfsc.c659 struct pf_mtag *t; in hfsc_enqueue()
/freebsd/sys/net/
H A Dpfvar.h1642 struct pf_mtag *pf_mtag; member
2289 struct pf_mtag *pf_get_mtag(struct mbuf *);
H A Dif_ethersubr.c79 #include <netpfil/pf/pf_mtag.h>
290 struct pf_mtag *t; in ether_output()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2519 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()
/freebsd/include/
H A DMakefile221 pf_mtag.h \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6652 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
/freebsd/
H A DObsoleteFiles.inc15526 OLD_FILES+=usr/include/net/pf_mtag.h