Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dfastopen.c48 MPTCP_SKB_CB(skb)->has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in mptcp_fastopen_subflow_synack_set_params()
H A Dprotocol.c358 bool has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in mptcp_init_skb() local
367 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in mptcp_init_skb()
2046 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
H A Dprotocol.h132 u8 has_rxtstamp; member
/linux/net/ipv4/
H A Dtcp_ipv4.c2065 if (TCP_SKB_CB(skb)->has_rxtstamp) {
2066 TCP_SKB_CB(tail)->has_rxtstamp = true;
2139 TCP_SKB_CB(skb)->has_rxtstamp =
H A Dtcp.c2079 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()
2301 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()
2923 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
H A Dtcp_input.c5290 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
5291 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
/linux/net/ipv6/
H A Dtcp_ipv6.c1691 TCP_SKB_CB(skb)->has_rxtstamp =
/linux/include/net/
H A Dtcp.h1080 has_rxtstamp:1, /* SKB has a RX timestamp */ member