Searched refs:m_pftag (Results 1 – 9 of 9) sorted by relevance
94 pbuf->pb_pftag = m_pftag(m); in pbuf_sync()163 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf()
13248 m_pftag(packet)->pftag_tag = PF_TAG_ID_SYSTEM_SERVICE; in necp_mark_packet_from_socket()13361 return m_pftag(packet)->pftag_tag; in necp_get_packet_filter_tags_from_packet()
10995 return m_pftag(m); in pf_find_mtag()
2692 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()2693 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET6; in tcp_output()2718 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()2719 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET; in tcp_output()
319 pf_tag = m_pftag(m)->pftag_tag; in udp_input()
2094 pf_tag = m_pftag(m)->pftag_tag; in tcp_input()
270 pf_tag = m_pftag(m)->pftag_tag; in udp6_input()
711 #define m_pftag(_m) (&(_m)->m_pkthdr.builtin_mtag._net_mtag._pf_mtag) macro
5049 memcpy(m_pftag(to), m_pftag(from), sizeof(struct pf_mtag));5051 m_pftag(to)->pftag_hdr = NULL;5052 m_pftag(to)->pftag_flags &= ~(PF_TAG_HDR_INET | PF_TAG_HDR_INET6);