Home
last modified time | relevance | path

Searched refs:tp_tstamp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/packet/
H A Dinternal.h133 unsigned int tp_tstamp; member
H A Ddiag.c21 pinfo.pdi_tstamp = po->tp_tstamp; in pdiag_put_info()
H A Daf_packet.c443 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp))) in __packet_set_timestamp()
2366 po->tp_tstamp | SOF_TIMESTAMPING_SOFTWARE); in tpacket_rcv()
3921 po->tp_tstamp = val; in packet_setsockopt()
4076 val = po->tp_tstamp; in packet_getsockopt()
/kernel/linux/linux-6.6/net/packet/
H A Dinternal.h129 unsigned int tp_tstamp; member
H A Ddiag.c21 pinfo.pdi_tstamp = READ_ONCE(po->tp_tstamp); in pdiag_put_info()
H A Daf_packet.c478 if (!(ts_status = tpacket_get_timestamp(skb, &ts, READ_ONCE(po->tp_tstamp)))) in __packet_set_timestamp()
2406 READ_ONCE(po->tp_tstamp) | in tpacket_rcv()
3974 WRITE_ONCE(po->tp_tstamp, val); in packet_setsockopt()
4128 val = READ_ONCE(po->tp_tstamp); in packet_getsockopt()

Completed in 15 milliseconds