Home
last modified time | relevance | path

Searched refs:has_rxtstamp (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/mptcp/
H A Dfastopen.c47 MPTCP_SKB_CB(skb)->has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in mptcp_fastopen_subflow_synack_set_params()
H A Dprotocol.c280 bool has_rxtstamp; in __mptcp_move_skb() local
293 has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in __mptcp_move_skb()
302 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in __mptcp_move_skb()
1870 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
H A Dprotocol.h133 u8 has_rxtstamp; member
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c2103 if (TCP_SKB_CB(skb)->has_rxtstamp) {
2104 TCP_SKB_CB(tail)->has_rxtstamp = true;
2179 TCP_SKB_CB(skb)->has_rxtstamp =
H A Dtcp.c1975 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()
2197 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()
2821 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
H A Dtcp_input.c4928 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4929 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1744 TCP_SKB_CB(skb)->has_rxtstamp =
/linux-6.15/include/net/
H A Dtcp.h1033 has_rxtstamp:1, /* SKB has a RX timestamp */ member