Home
last modified time | relevance | path

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

/Linux-v6.1/net/mptcp/
Dprotocol.c43 u8 has_rxtstamp:1; member
352 bool has_rxtstamp; in __mptcp_move_skb() local
363 has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in __mptcp_move_skb()
372 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in __mptcp_move_skb()
1862 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c1847 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()
1848 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()
1916 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
Dtcp.c2066 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()
2261 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()
2622 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
Dtcp_input.c4684 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4685 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
/Linux-v6.1/include/net/
Dtcp.h888 has_rxtstamp:1, /* SKB has a RX timestamp */ member
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c1589 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()