Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dnet_timestamping.c171 case BPF_SOCK_OPS_TSTAMP_ACK_CB: in bpf_test_delay()
182 if (skops->op == BPF_SOCK_OPS_TSTAMP_ACK_CB) in bpf_test_delay()
239 case BPF_SOCK_OPS_TSTAMP_ACK_CB: in skops_sockopt()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h7058 BPF_SOCK_OPS_TSTAMP_ACK_CB, /* Called when all the skbs in the enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h7058 BPF_SOCK_OPS_TSTAMP_ACK_CB, /* Called when all the skbs in the enumerator
/linux-6.15/net/core/
H A Dskbuff.c5553 op = BPF_SOCK_OPS_TSTAMP_ACK_CB; in skb_tstamp_tx_report_bpf_timestamping()