Home
last modified time | relevance | path

Searched refs:tx_udp_e_pid (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.41.3/bsd/netinet6/
H A Dudp6_output.c557 m->m_pkthdr.tx_udp_e_pid = so->e_pid; in udp6_output()
559 m->m_pkthdr.tx_udp_e_pid = 0; in udp6_output()
/xnu-11215.41.3/bsd/netinet/
H A Dudp_usrreq.c2028 m->m_pkthdr.tx_udp_e_pid = so->e_pid; in udp_output()
2030 m->m_pkthdr.tx_udp_e_pid = 0; in udp_output()
/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h297 #define tx_udp_e_pid proto_mtag.__pr_u.udp._e_pid macro
/xnu-11215.41.3/bsd/net/
H A Dpktap.c948 hdr->pth_epid = m->m_pkthdr.tx_udp_e_pid; in pktap_fill_proc_info()