Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_HDR_OPT_LEN_CB (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c318 case BPF_SOCK_OPS_HDR_OPT_LEN_CB: in misc_estab()
H A Dtest_tcp_hdr_options.c613 case BPF_SOCK_OPS_HDR_OPT_LEN_CB: in estab()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6799 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6799 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_output.c498 sock_ops.op = BPF_SOCK_OPS_HDR_OPT_LEN_CB; in bpf_skops_hdr_opt_len()
/openbmc/linux/net/core/
H A Dfilter.c7554 bpf_sock->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB) in BPF_CALL_4()
7669 if (bpf_sock->op != BPF_SOCK_OPS_HDR_OPT_LEN_CB) in BPF_CALL_3()