Searched refs:has_rxtstamp (Results 1 – 8 of 8) sorted by relevance
49 MPTCP_SKB_CB(skb)->has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in mptcp_fastopen_subflow_synack_set_params()
361 bool has_rxtstamp; in __mptcp_move_skb() local372 has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in __mptcp_move_skb()381 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in __mptcp_move_skb()1914 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
131 u8 has_rxtstamp:1; member
1906 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()1907 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()1975 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
1924 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()2143 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()2511 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
4714 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()4715 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
1583 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()
884 has_rxtstamp:1, /* SKB has a RX timestamp */ member