Home
last modified time | relevance | path

Searched refs:sock_tx_timestamp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_output.c1328 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
H A Dtcp.c475 sock_tx_timestamp(sk, tsflags, &shinfo->tx_flags); in tcp_tx_timestamp()
/openbmc/linux/net/ipv6/
H A Dip6_output.c1469 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
/openbmc/linux/include/net/
H A Dsock.h2797 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() function