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

/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_mtag.h43 struct pf_mtag { struct
51 static __inline struct pf_mtag *
59 return ((struct pf_mtag *)(mtag + 1));
H A Dpf.c303 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \
304 (pd)->pf_mtag->flags & PF_PACKET_LOOPED)
733 sizeof(struct pf_mtag), NULL, NULL, pf_mtag_uminit, NULL,
867 t->m_tag_len = sizeof(struct pf_mtag);
880 struct pf_mtag *
886 return ((struct pf_mtag *)(mtag + 1));
891 bzero(mtag + 1, sizeof(struct pf_mtag));
894 return ((struct pf_mtag *)(mtag + 1));
2278 struct pf_mtag *pf_mtag; local
2426 struct pf_mtag *pf_mtag; local
[all...]
H A Dpf_norm.c901 pd->pf_mtag ? pd->pf_mtag->tag : 0))
988 pd->pf_mtag = pf_find_mtag(m);
990 if (pd->pf_mtag == NULL) {
992 if ((pd->pf_mtag = pf_get_mtag(m)) == NULL) {
1007 if (dir == PF_OUT && pd->pf_mtag->flags & PF_TAG_FRAGCACHE) {
1037 pd->pf_mtag = pf_find_mtag(m);
1039 if (pd->pf_mtag == NULL) {
1041 if ((pd->pf_mtag = pf_get_mtag(m)) == NULL) {
1049 pd->pf_mtag
[all...]
H A Dpf_lb.c176 pd->pf_mtag ? pd->pf_mtag->tag : 0))
/freebsd-10.1-release/sys/net/
H A Dpfvar.h47 #include <netpfil/pf/pf_mtag.h>
1104 struct pf_mtag *pf_mtag; member in struct:pf_pdesc
1505 struct pf_mtag *pf_get_mtag(struct mbuf *);
H A Dif_ethersubr.c68 #include <netpfil/pf/pf_mtag.h>
178 struct pf_mtag *t;
/freebsd-10.1-release/sys/contrib/altq/altq/
H A Daltq_cbq.c62 #include <netpfil/pf/pf_mtag.h>
503 struct pf_mtag *t;
H A Daltq_priq.c59 #include <netpfil/pf/pf_mtag.h>
463 struct pf_mtag *t;
H A Daltq_red.c100 #include <netpfil/pf/pf_mtag.h>
522 struct pf_mtag *at;
H A Daltq_hfsc.c74 #include <netpfil/pf/pf_mtag.h>
674 struct pf_mtag *t;
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw2.c66 #include <netpfil/pf/pf_mtag.h>
1761 struct pf_mtag *at;
1776 sizeof(struct pf_mtag), M_NOWAIT | M_ZERO);
1785 at = (struct pf_mtag *)(mtag + 1);

Completed in 237 milliseconds