Searched refs:SOCKET_TIMESTAMPING_NS (Results 1 – 2 of 2) sorted by relevance
63 SOCKET_TIMESTAMPING_NS, /* SO_TIMESTAMPNS */ enumerator
1040 … s->timestamping == SOCKET_TIMESTAMPING_NS ? SO_TIMESTAMPNS : SO_TIMESTAMP, in socket_apply_socket_options()3437 [SOCKET_TIMESTAMPING_NS] = "ns",3456 return SOCKET_TIMESTAMPING_NS; in socket_timestamping_from_string_harder()3464 …return r ? SOCKET_TIMESTAMPING_NS : SOCKET_TIMESTAMPING_OFF; /* If boolean yes, default to ns accu… in socket_timestamping_from_string_harder()