Home
last modified time | relevance | path

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

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