Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dfastopen.c49 MPTCP_SKB_CB(skb)->has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in mptcp_fastopen_subflow_synack_set_params()
H A Dprotocol.c348 bool has_rxtstamp; in __mptcp_move_skb() local
361 has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in __mptcp_move_skb()
370 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in __mptcp_move_skb()
1934 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
H A Dprotocol.h132 u8 has_rxtstamp:1; member
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1913 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()
1914 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()
1990 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
H A Dtcp.c1957 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()
2176 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()
2544 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
H A Dtcp_input.c4808 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4809 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1576 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()
/openbmc/linux/include/net/
H A Dtcp.h904 has_rxtstamp:1, /* SKB has a RX timestamp */ member