Searched refs:pftag_hdr (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_util.c95 if (t->pftag_hdr == NULL ||
101 if (((caddr_t)t->pftag_hdr >= m0->m_data) &&
102 ((caddr_t)t->pftag_hdr < m0->m_data + m0->m_len))
111 struct ip *ip = (struct ip *)(void *)t->pftag_hdr;
123 struct ip6_hdr *ip6 = (struct ip6_hdr *)(void *)t->pftag_hdr;
144 if (t->pftag_hdr == NULL ||
150 if (((caddr_t)t->pftag_hdr >= m0->m_data) &&
151 ((caddr_t)t->pftag_hdr < m0->m_data + m0->m_len))
160 struct ip *ip = (struct ip *)(void *)t->pftag_hdr;
188 struct ip6_hdr *ip6 = (struct ip6_hdr *)t->pftag_hdr;
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h197 void *pftag_hdr; /* saved hdr pos in mbuf, for ECN */ member in struct:pf_mtag
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c1687 m->m_pkthdr.pf_mtag.pftag_hdr = (void *)ip6;
1703 m->m_pkthdr.pf_mtag.pftag_hdr = (void *)ip;
/xnu-2782.1.97/bsd/net/
H A Dpf.c2441 pf_mtag->pftag_hdr = mtod(m, struct ip *);
2587 pf_mtag->pftag_hdr = mtod(m0, struct ip *);
8472 pd.pf_mtag->pftag_hdr = h;
9068 pd.pf_mtag->pftag_hdr = h;
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c3718 to->m_pkthdr.pf_mtag.pftag_hdr = NULL;

Completed in 131 milliseconds