Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1025 * SOCKCM_FLAG_TS_OPT_ID. There is a check in core/sock.c to control that
1028 #define SOCKCM_FLAG_TS_OPT_ID BIT(31) macro
2898 if (tsflags & SOCKCM_FLAG_TS_OPT_ID) in _sock_tx_timestamp()
/linux/net/ipv4/
H A Dip_output.c1338 if (ipc->sockc.tsflags & SOCKCM_FLAG_TS_OPT_ID) { in ip_setup_cork()
/linux/net/ipv6/
H A Dip6_output.c1408 if (ipc6->sockc.tsflags & SOCKCM_FLAG_TS_OPT_ID) { in ip6_setup_cork()
/linux/net/bluetooth/
H A Dhci_conn.c3150 if (sockc->tsflags & SOCKCM_FLAG_TS_OPT_ID) { in hci_setup_tx_timestamp()
/linux/net/core/
H A Dsock.c3053 sockc->tsflags |= SOCKCM_FLAG_TS_OPT_ID; in __sock_cmsg_send()