Searched refs:has_rxtstamp (Results 1 – 6 of 6) sorted by relevance
42 u8 has_rxtstamp:1; member345 bool has_rxtstamp; in __mptcp_move_skb() local356 has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp; in __mptcp_move_skb()365 MPTCP_SKB_CB(skb)->has_rxtstamp = has_rxtstamp; in __mptcp_move_skb()1779 if (MPTCP_SKB_CB(skb)->has_rxtstamp) { in __mptcp_recvmsg_mskq()
1892 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()1893 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()1958 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
1920 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zc_handle_leftover()2115 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_zerocopy_receive()2477 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg_locked()
4659 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()4660 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
873 has_rxtstamp:1, /* SKB has a RX timestamp */ member
1622 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()
Completed in 42 milliseconds