Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Derrqueue.h21 #define SO_EE_ORIGIN_TIMESTAMPING SO_EE_ORIGIN_TXSTATUS macro
/linux-4.4.14/Documentation/networking/timestamping/
Dtimestamping.c225 #ifdef SO_EE_ORIGIN_TIMESTAMPING in printpacket()
226 err->ee_origin == SO_EE_ORIGIN_TIMESTAMPING ? in printpacket()
Dtxtimestamp.c198 serr->ee_origin != SO_EE_ORIGIN_TIMESTAMPING) { in __recv_errmsg_cmsg()
/linux-4.4.14/net/rxrpc/
Dar-error.c46 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_UDP_error_report()
/linux-4.4.14/net/core/
Dskbuff.c3662 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __skb_complete_tx_timestamp()