Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h975 #define SOCKCM_FLAG_TS_OPT_ID BIT(31) macro
2733 if (tsflags & SOCKCM_FLAG_TS_OPT_ID) in _sock_tx_timestamp()
/linux-6.15/net/ipv4/
H A Dip_output.c1331 if (ipc->sockc.tsflags & SOCKCM_FLAG_TS_OPT_ID) { in ip_setup_cork()
/linux-6.15/net/ipv6/
H A Dip6_output.c1407 if (ipc6->sockc.tsflags & SOCKCM_FLAG_TS_OPT_ID) { in ip6_setup_cork()
/linux-6.15/net/bluetooth/
H A Dhci_conn.c2929 if (sockc->tsflags & SOCKCM_FLAG_TS_OPT_ID) { in hci_setup_tx_timestamp()
/linux-6.15/net/core/
H A Dsock.c3012 sockc->tsflags |= SOCKCM_FLAG_TS_OPT_ID; in __sock_cmsg_send()