Searched refs:m_pftag (Results 1 – 9 of 9) sorted by relevance
93 pbuf->pb_pftag = m_pftag(m); in pbuf_sync()160 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf()
11335 m_pftag(packet)->pftag_tag = PF_TAG_ID_SYSTEM_SERVICE; in necp_mark_packet_from_socket()11421 return m_pftag(packet)->pftag_tag; in necp_get_packet_filter_tags_from_packet()
10830 return m_pftag(m); in pf_find_mtag()
2221 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()2222 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET6; in tcp_output()2235 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()2236 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET; in tcp_output()
301 pf_tag = m_pftag(m)->pftag_tag; in udp_input()
1941 pf_tag = m_pftag(m)->pftag_tag; in tcp_input()
267 pf_tag = m_pftag(m)->pftag_tag; in udp6_input()
636 #define m_pftag(_m) (&(_m)->m_pkthdr.builtin_mtag._net_mtag._pf_mtag) macro
4219 memcpy(m_pftag(to), m_pftag(from), sizeof(struct pf_mtag));4221 m_pftag(to)->pftag_hdr = NULL;4222 m_pftag(to)->pftag_flags &= ~(PF_TAG_HDR_INET | PF_TAG_HDR_INET6);