Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/classq/ !
H A Dclassq_util.c93 if (t->pftag_hdr == NULL || in read_dsfield()
100 if (((caddr_t)t->pftag_hdr >= m0->m_data) && in read_dsfield()
101 ((caddr_t)t->pftag_hdr < m0->m_data + m0->m_len)) { in read_dsfield()
112 struct ip *ip = (struct ip *)(void *)t->pftag_hdr; in read_dsfield()
123 struct ip6_hdr *ip6 = (struct ip6_hdr *)(void *)t->pftag_hdr; in read_dsfield()
144 if (t->pftag_hdr == NULL || in write_dsfield()
151 if (((caddr_t)t->pftag_hdr >= m0->m_data) && in write_dsfield()
152 ((caddr_t)t->pftag_hdr < m0->m_data + m0->m_len)) { in write_dsfield()
163 struct ip *ip = (struct ip *)(void *)t->pftag_hdr; in write_dsfield()
191 struct ip6_hdr *ip6 = (struct ip6_hdr *)t->pftag_hdr; in write_dsfield()
[all …]
/xnu-11417.140.69/bsd/sys/ !
H A Dmbuf.h225 void *pftag_hdr; /* saved hdr pos in mbuf, for ECN */ member
/xnu-11417.140.69/bsd/netinet/ !
H A Dtcp_output.c2692 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()
2718 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()
/xnu-11417.140.69/bsd/net/ !
H A Dpf.c2722 pf_mtag->pftag_hdr = mtod(m, struct ip *); in pf_send_tcp()
2862 pf_mtag->pftag_hdr = mtod(m0, struct ip *); in pf_send_icmp()
10121 pd.pf_mtag->pftag_hdr = h; in pf_test()
10777 pd.pf_mtag->pftag_hdr = h; in pf_test6()
/xnu-11417.140.69/bsd/kern/ !
H A Duipc_mbuf.c5051 m_pftag(to)->pftag_hdr = NULL;