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.h4774 * **BPF_SOCK_OPS_HDR_OPT_LEN_CB**.
6816 * BPF_SOCK_OPS_HDR_OPT_LEN_CB: Not useful because the
6883 * sock_ops->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB. Then
6887 * Please refer to the comment in BPF_SOCK_OPS_HDR_OPT_LEN_CB
6968 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator in enum:__anon2985
7082 /* args[0] value during BPF_SOCK_OPS_HDR_OPT_LEN_CB and
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4774 * **BPF_SOCK_OPS_HDR_OPT_LEN_CB**.
6816 * BPF_SOCK_OPS_HDR_OPT_LEN_CB: Not useful because the
6883 * sock_ops->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB. Then
6887 * Please refer to the comment in BPF_SOCK_OPS_HDR_OPT_LEN_CB
6968 BPF_SOCK_OPS_HDR_OPT_LEN_CB, /* Reserve space for writing the enumerator in enum:__anon3595
7082 /* args[0] value during BPF_SOCK_OPS_HDR_OPT_LEN_CB and
/linux-master/net/ipv4/
H A Dtcp_output.c503 sock_ops.op = BPF_SOCK_OPS_HDR_OPT_LEN_CB;
/linux-master/net/core/
H A Dfilter.c7582 bpf_sock->op == BPF_SOCK_OPS_HDR_OPT_LEN_CB)
7697 if (bpf_sock->op != BPF_SOCK_OPS_HDR_OPT_LEN_CB)

Completed in 257 milliseconds