Searched refs:pf_mtag (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_mtag.h46 struct pf_mtag { struct
55 static __inline struct pf_mtag *
63 return ((struct pf_mtag *)(mtag + 1));
H A Dpf.c334 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \
335 (pd)->pf_mtag->flags & PF_PACKET_LOOPED)
822 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_uminit, NULL,
974 t->m_tag_len = sizeof(struct pf_mtag);
987 struct pf_mtag *
993 return ((struct pf_mtag *)(mtag + 1));
998 bzero(mtag + 1, sizeof(struct pf_mtag));
1001 return ((struct pf_mtag *)(mtag + 1));
2468 struct pf_mtag *pf_mtag; local
2730 struct pf_mtag *pf_mtag; local
[all...]
H A Dpf_lb.c181 pd->pf_mtag ? pd->pf_mtag->tag : 0))
H A Dpf_norm.c1005 pd.pf_mtag = pf_find_mtag(m);
1055 pd->pf_mtag ? pd->pf_mtag->tag : 0))
/freebsd-12-stable/sys/net/
H A Dpfvar.h56 #include <netpfil/pf/pf_mtag.h>
921 struct pf_mtag *pf_mtag; member in struct:pf_pdesc
1456 struct pf_mtag *pf_get_mtag(struct mbuf *);
H A Dif_ethersubr.c77 #include <netpfil/pf/pf_mtag.h>
288 struct pf_mtag *t;
/freebsd-12-stable/sys/net/altq/
H A Daltq_cbq.c58 #include <netpfil/pf/pf_mtag.h>
498 struct pf_mtag *t;
H A Daltq_fairq.c111 #include <netpfil/pf/pf_mtag.h>
487 struct pf_mtag *t;
H A Daltq_priq.c56 #include <netpfil/pf/pf_mtag.h>
475 struct pf_mtag *t;
H A Daltq_red.c96 #include <netpfil/pf/pf_mtag.h>
518 struct pf_mtag *at;
H A Daltq_hfsc.c70 #include <netpfil/pf/pf_mtag.h>
696 struct pf_mtag *t;
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c71 #include <netpfil/pf/pf_mtag.h>
2402 struct pf_mtag *at;
2417 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO);
2426 at = (struct pf_mtag *)(mtag + 1);

Completed in 210 milliseconds