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

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.c58 #include <netpfil/pf/pf_mtag.h>
499 struct pf_mtag *t;
H A Daltq_fairq.c111 #include <netpfil/pf/pf_mtag.h>
488 struct pf_mtag *t;
H A Daltq_hfsc.c70 #include <netpfil/pf/pf_mtag.h>
682 struct pf_mtag *t;
H A Daltq_priq.c56 #include <netpfil/pf/pf_mtag.h>
476 struct pf_mtag *t;
H A Daltq_red.c96 #include <netpfil/pf/pf_mtag.h>
518 struct pf_mtag *at;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_mtag.h44 struct pf_mtag { struct
53 static __inline struct pf_mtag *
61 return ((struct pf_mtag *)(mtag + 1));
H A Dpf.c309 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \
310 (pd)->pf_mtag->flags & PF_PACKET_LOOPED)
775 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_uminit, NULL,
923 t->m_tag_len = sizeof(struct pf_mtag);
936 struct pf_mtag *
942 return ((struct pf_mtag *)(mtag + 1));
947 bzero(mtag + 1, sizeof(struct pf_mtag));
950 return ((struct pf_mtag *)(mtag + 1));
2357 struct pf_mtag *pf_mtag; local
2619 struct pf_mtag *pf_mtag; local
[all...]
H A Dpf_lb.c179 pd->pf_mtag ? pd->pf_mtag->tag : 0))
H A Dpf_norm.c801 pd.pf_mtag = pf_find_mtag(m);
851 pd->pf_mtag ? pd->pf_mtag->tag : 0))
/freebsd-11-stable/sys/net/
H A Dif_ethersubr.c75 #include <netpfil/pf/pf_mtag.h>
292 struct pf_mtag *t;
H A Dpfvar.h52 #include <netpfil/pf/pf_mtag.h>
1132 struct pf_mtag *pf_mtag; member in struct:pf_pdesc
1532 struct pf_mtag *pf_get_mtag(struct mbuf *);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c68 #include <netpfil/pf/pf_mtag.h>
2371 struct pf_mtag *at;
2386 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO);
2395 at = (struct pf_mtag *)(mtag + 1);

Completed in 225 milliseconds