Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/netinet/
H A Dtcp_output.c2812 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()
2834 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h226 void *pftag_hdr; /* saved hdr pos in mbuf, for ECN */ member
/xnu-12377.41.6/bsd/net/
H A Dpf.c2725 pf_mtag->pftag_hdr = mtod(m, struct ip *); in pf_send_tcp()
2865 pf_mtag->pftag_hdr = mtod(m0, struct ip *); in pf_send_icmp()
10142 pd.pf_mtag->pftag_hdr = h; in pf_test()
10798 pd.pf_mtag->pftag_hdr = h; in pf_test6()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2053 m_pftag(to)->pftag_hdr = NULL; in m_copy_pftag()