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

/freebsd-10.0-release/sys/net/
H A Dpf_mtag.h43 struct pf_mtag { struct
51 static __inline struct pf_mtag *
59 return ((struct pf_mtag *)(mtag + 1));
H A Dpfvar.h44 #include <net/pf_mtag.h>
1176 struct pf_mtag *pf_mtag; member in struct:pf_pdesc
1707 struct pf_mtag *pf_get_mtag(struct mbuf *);
H A Dif_ethersubr.c65 #include <net/pf_mtag.h>
177 struct pf_mtag *t;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c70 #include <net/pf_mtag.h>
307 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \
308 (pd)->pf_mtag->flags & PF_PACKET_LOOPED)
753 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_init, NULL,
820 t->m_tag_len = sizeof(struct pf_mtag);
833 struct pf_mtag *
839 return ((struct pf_mtag *)(mtag + 1));
844 bzero(mtag + 1, sizeof(struct pf_mtag));
847 return ((struct pf_mtag *)(mtag + 1));
2185 struct pf_mtag *pf_mta local
2333 struct pf_mtag *pf_mtag; local
[all...]
H A Dpf_norm.c46 #include <net/pf_mtag.h>
902 pd->pf_mtag ? pd->pf_mtag->tag : 0))
989 pd->pf_mtag = pf_find_mtag(m);
991 if (pd->pf_mtag == NULL) {
993 if ((pd->pf_mtag = pf_get_mtag(m)) == NULL) {
1008 if (dir == PF_OUT && pd->pf_mtag->flags & PF_TAG_FRAGCACHE) {
1038 pd->pf_mtag = pf_find_mtag(m);
1040 if (pd->pf_mtag == NULL) {
1042 if ((pd->pf_mtag
[all...]
H A Dpf_lb.c51 #include <net/pf_mtag.h>
177 pd->pf_mtag ? pd->pf_mtag->tag : 0))
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c63 #include <net/pf_mtag.h>
1760 struct pf_mtag *at;
1775 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO);
1784 at = (struct pf_mtag *)(mtag + 1);
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_cbq.c500 struct pf_mtag *t;
H A Daltq_priq.c460 struct pf_mtag *t;
H A Daltq_red.c519 struct pf_mtag *at;
H A Daltq_hfsc.c671 struct pf_mtag *t;

Completed in 200 milliseconds