Home
last modified time | relevance | path

Searched refs:new_tstamp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/
H A Dsocket.c792 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in __sock_recv_timestamp() local
808 if (new_tstamp) { in __sock_recv_timestamp()
822 if (new_tstamp) { in __sock_recv_timestamp()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c2052 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in tcp_recv_timestamp() local
2058 if (new_tstamp) { in tcp_recv_timestamp()
2074 if (new_tstamp) { in tcp_recv_timestamp()
/kernel/linux/linux-6.6/net/
H A Dsocket.c899 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in __sock_recv_timestamp() local
917 if (new_tstamp) { in __sock_recv_timestamp()
931 if (new_tstamp) { in __sock_recv_timestamp()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c2228 int new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW); in tcp_recv_timestamp() local
2234 if (new_tstamp) { in tcp_recv_timestamp()
2250 if (new_tstamp) { in tcp_recv_timestamp()

Completed in 20 milliseconds