Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpktap.c944 hdr->pth_pid = m->m_pkthdr.tx_tcp_pid; in pktap_fill_proc_info()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h265 #define tx_tcp_pid proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.pid macro
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c3209 m->m_pkthdr.tx_tcp_pid = so->last_pid; in tcp_output()
H A Dtcp_subr.c1129 m->m_pkthdr.tx_tcp_pid = tp->t_inpcb->inp_socket->last_pid; in tcp_respond()