Home
last modified time | relevance | path

Searched refs:bpf_sock_ops_cb_flags (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h108 skops->bpf_sock_ops_cb_flags & in clear_hdr_cb_flags()
116 skops->bpf_sock_ops_cb_flags | in set_hdr_cb_flags()
125 skops->bpf_sock_ops_cb_flags & in clear_parse_all_hdr_cb_flags()
133 skops->bpf_sock_ops_cb_flags | in set_parse_all_hdr_cb_flags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h366 u8 bpf_sock_ops_cb_flags; /* Control calling BPF programs member
369 #define BPF_SOCK_OPS_TEST_FLAG(TP, ARG) (TP->bpf_sock_ops_cb_flags & ARG)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c282 skops->bpf_sock_ops_cb_flags & in handle_passive_estab()
H A Dtest_tcp_hdr_options.c471 inherit_cb_flags = skops->bpf_sock_ops_cb_flags; in handle_passive_estab()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2729 __u32 bpf_sock_ops_cb_flags; /* flags defined in uapi/linux/tcp.h */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2729 __u32 bpf_sock_ops_cb_flags; /* flags defined in uapi/linux/tcp.h */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4512 __u32 bpf_sock_ops_cb_flags; /* flags defined in uapi/linux/tcp.h */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4512 __u32 bpf_sock_ops_cb_flags; /* flags defined in uapi/linux/tcp.h */ member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5145 tcp_sk(sk)->bpf_sock_ops_cb_flags = val; in BPF_CALL_2()
9383 case offsetof(struct bpf_sock_ops, bpf_sock_ops_cb_flags): in sock_ops_convert_ctx_access()
9384 SOCK_OPS_GET_FIELD(bpf_sock_ops_cb_flags, bpf_sock_ops_cb_flags, in sock_ops_convert_ctx_access()