Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dpf_pbuf.c93 pbuf->pb_pftag = m_pftag(m); in pbuf_sync()
160 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf()
H A Dnecp.c11335 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()
H A Dpf.c10830 return m_pftag(m); in pf_find_mtag()
/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c2221 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()
H A Dudp_usrreq.c301 pf_tag = m_pftag(m)->pftag_tag; in udp_input()
H A Dtcp_input.c1941 pf_tag = m_pftag(m)->pftag_tag; in tcp_input()
/xnu-8020.140.41/bsd/netinet6/
H A Dudp6_usrreq.c267 pf_tag = m_pftag(m)->pftag_tag; in udp6_input()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h636 #define m_pftag(_m) (&(_m)->m_pkthdr.builtin_mtag._net_mtag._pf_mtag) macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c4219 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);