Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1020 #define SOCKCM_FLAG_TS_OPT_ID BIT(31) macro
2889 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/bluetooth/
H A Dhci_conn.c3032 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()