Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c1731 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_add_backlog()
1732 TCP_SKB_CB(tail)->has_rxtstamp = true; in tcp_add_backlog()
1800 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
Dtcp_input.c4438 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4439 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
Dtcp.c2158 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg()
/Linux-v5.4/include/net/
Dtcp.h835 has_rxtstamp:1, /* SKB has a RX timestamp */ member
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c1475 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()