Searched refs:pftag_hdr (Results 1 – 5 of 5) sorted by relevance
93 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 …]
2812 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()2834 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()
226 void *pftag_hdr; /* saved hdr pos in mbuf, for ECN */ member
2725 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()
2053 m_pftag(to)->pftag_hdr = NULL; in m_copy_pftag()