Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_copy.c958 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_from_mbuf()
1360 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_multi_buflet_from_mbuf()
1647 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_to_mbuf()
1876 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_output.c2873 m->m_pkthdr.tx_start_seq = tp->snd_nxt; in tcp_output()
2902 m->m_pkthdr.tx_start_seq = ntohl(th->th_seq); in tcp_output()
/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h264 #define tx_start_seq proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.start_seq macro
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2878 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in convert_pkt_to_mbuf()