Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c3211 m->m_pkthdr.tx_tcp_e_pid = so->e_pid; in tcp_output()
3213 m->m_pkthdr.tx_tcp_e_pid = 0; in tcp_output()
H A Dtcp_subr.c1130 m->m_pkthdr.tx_tcp_e_pid = tp->t_inpcb->inp_socket->e_pid; in tcp_respond()
/xnu-12377.41.6/bsd/net/
H A Dpktap.c945 hdr->pth_epid = m->m_pkthdr.tx_tcp_e_pid; in pktap_fill_proc_info()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h266 #define tx_tcp_e_pid proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.e_pid macro