Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtcp.h828 has_rxtstamp:1, /* SKB has a RX timestamp */ member
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c1423 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1684 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v4_fill_cb()
Dtcp_input.c4371 if (TCP_SKB_CB(from)->has_rxtstamp) { in tcp_try_coalesce()
4372 TCP_SKB_CB(to)->has_rxtstamp = true; in tcp_try_coalesce()
Dtcp.c2126 if (TCP_SKB_CB(skb)->has_rxtstamp) { in tcp_recvmsg()