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 …]
225 void *pftag_hdr; /* saved hdr pos in mbuf, for ECN */ member
2692 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()2718 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()
2722 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()
5051 m_pftag(to)->pftag_hdr = NULL;