Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/packet/
H A Dpacket_copy.c876 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_from_mbuf()
1252 pkt->pkt_flow_tcp_seq = htonl(m->m_pkthdr.tx_start_seq); in pkt_copy_multi_buflet_from_mbuf()
1487 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_to_mbuf()
1687 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in pkt_copy_multi_buflet_to_mbuf()
/xnu-8796.121.2/bsd/sys/
H A Dmbuf.h259 #define tx_start_seq proto_mtag.__pr_u.tcp.tm_tcp.__offload.__tx.start_seq macro
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_output.c2503 m->m_pkthdr.tx_start_seq = tp->snd_nxt; in tcp_output()
2525 m->m_pkthdr.tx_start_seq = p->rxmit; in tcp_output()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2326 m->m_pkthdr.tx_start_seq = ntohl(pkt->pkt_flow_tcp_seq); in convert_pkt_to_mbuf()