Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/packet/
H A Dpacket_copy.c942 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_from_mbuf()
1331 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_multi_buflet_from_mbuf()
1598 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_to_mbuf()
1814 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_multi_buflet_to_mbuf()
/xnu-11215.61.5/bsd/sys/
H A Dmbuf.h260 #define tx_start_seq proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.start_seq macro
/xnu-11215.61.5/bsd/netinet/
H A Dtcp_output.c2701 m->m_pkthdr.tx_start_seq = tp->snd_nxt; in tcp_output()
2730 m->m_pkthdr.tx_start_seq = ntohl(th->th_seq); in tcp_output()
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2802 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in convert_pkt_to_mbuf()