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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c318 case BPF_SOCK_OPS_HDR_OPT_LEN_CB:
H A Dtest_tcp_hdr_options.c613 case BPF_SOCK_OPS_HDR_OPT_LEN_CB:
/linux-master/include/uapi/linux/
H A Dbpf.h4766 * **BPF_SOCK_OPS_HDR_OPT_LEN_CB**.
6804 * BPF_SOCK_OPS_HDR_OPT_LEN_CB: Not useful because the
6871 * sock_ops->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB. Then
6875 * Please refer to the comment in BPF_SOCK_OPS_HDR_OPT_LEN_CB
6954 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator in enum:__anon2689
7068 /* args[0] value during BPF_SOCK_OPS_HDR_OPT_LEN_CB and
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4766 * **BPF_SOCK_OPS_HDR_OPT_LEN_CB**.
6804 * BPF_SOCK_OPS_HDR_OPT_LEN_CB: Not useful because the
6871 * sock_ops->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB. Then
6875 * Please refer to the comment in BPF_SOCK_OPS_HDR_OPT_LEN_CB
6954 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator in enum:__anon3230
7068 /* args[0] value during BPF_SOCK_OPS_HDR_OPT_LEN_CB and
/linux-master/net/ipv4/
H A Dtcp_output.c499 sock_ops.op = BPF_SOCK_OPS_HDR_OPT_LEN_CB;
/linux-master/net/core/
H A Dfilter.c7550 bpf_sock->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB)
7665 if (bpf_sock->op != BPF_SOCK_OPS_HDR_OPT_LEN_CB)

Completed in 287 milliseconds