Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c1838 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()
1839 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()
1907 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
Dtcp_input.c4591 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4592 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
Dtcp.c2224 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg()
/Linux-v5.10/include/net/
Dtcp.h857 has_rxtstamp:1, /* SKB has a RX timestamp */ member
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c1574 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()