Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c13248 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()
H A Dpf.c10995 return m_pftag(m); in pf_find_mtag()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_output.c2692 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()
H A Dudp_usrreq.c319 pf_tag = m_pftag(m)->pftag_tag; in udp_input()
H A Dtcp_input.c2094 pf_tag = m_pftag(m)->pftag_tag; in tcp_input()
/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_usrreq.c270 pf_tag = m_pftag(m)->pftag_tag; in udp6_input()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h711 #define m_pftag(_m) (&(_m)->m_pkthdr.builtin_mtag._net_mtag._pf_mtag) macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c5049 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);