Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c2636 m->m_pkthdr.tx_tcp_e_pid = so->e_pid; in tcp_output()
2638 m->m_pkthdr.tx_tcp_e_pid = 0; in tcp_output()
H A Dtcp_subr.c937 m->m_pkthdr.tx_tcp_e_pid = tp->t_inpcb->inp_socket->e_pid; in tcp_respond()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h261 #define tx_tcp_e_pid proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.e_pid macro
/xnu-8020.140.41/bsd/net/
H A Dpktap.c916 hdr->pth_epid = m->m_pkthdr.tx_tcp_e_pid; in pktap_fill_proc_info()