Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/skywalk/packet/
H A Dpacket_copy.c923 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_from_mbuf()
1306 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_multi_buflet_from_mbuf()
1568 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_to_mbuf()
1784 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_multi_buflet_to_mbuf()
/xnu-10002.61.3/bsd/netinet/
H A Dtcp_output.c2606 m->m_pkthdr.tx_start_seq = tp->snd_nxt; in tcp_output()
2628 m->m_pkthdr.tx_start_seq = p->rxmit; in tcp_output()
/xnu-10002.61.3/bsd/sys/
H A Dmbuf.h260 #define tx_start_seq proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.start_seq macro
/xnu-10002.61.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2643 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in convert_pkt_to_mbuf()