Home
last modified time | relevance | path

Searched refs:m_pftag (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_pbuf.c94 pbuf->pb_pftag = m_pftag(m); in pbuf_sync()
163 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf()
H A Dnecp.c13381 m_pftag(packet)->pftag_tag = PF_TAG_ID_SYSTEM_SERVICE; in necp_mark_packet_from_socket()
13494 return m_pftag(packet)->pftag_tag; in necp_get_packet_filter_tags_from_packet()
H A Dpf.c11015 return m_pftag(m); in pf_find_mtag()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c2812 m_pftag(m)->pftag_hdr = (void *)ip6; in tcp_output()
2813 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET6; in tcp_output()
2834 m_pftag(m)->pftag_hdr = (void *)ip; in tcp_output()
2835 m_pftag(m)->pftag_flags |= PF_TAG_HDR_INET; in tcp_output()
H A Dudp_usrreq.c362 pf_tag = m_pftag(m)->pftag_tag; in udp_input()
H A Dtcp_input.c2826 pf_tag = m_pftag(m)->pftag_tag; in tcp_input()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2051 memcpy(m_pftag(to), m_pftag(from), sizeof(struct pf_mtag)); in m_copy_pftag()
2053 m_pftag(to)->pftag_hdr = NULL; in m_copy_pftag()
2054 m_pftag(to)->pftag_flags &= ~(PF_TAG_HDR_INET | PF_TAG_HDR_INET6); in m_copy_pftag()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c268 pf_tag = m_pftag(m)->pftag_tag; in udp6_input()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h719 #define m_pftag(_m) (&(_m)->m_pkthdr.builtin_mtag._net_mtag._pf_mtag) macro