Home
last modified time | relevance | path

Searched refs:BPF_SK_STORAGE_GET_F_CREATE (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dsockopt_inherit.c42 BPF_SK_STORAGE_GET_F_CREATE); in get_storage()
45 BPF_SK_STORAGE_GET_F_CREATE); in get_storage()
48 BPF_SK_STORAGE_GET_F_CREATE); in get_storage()
Dnetns_cookie_prog.c46 BPF_SK_STORAGE_GET_F_CREATE); in get_netns_cookie_sockops()
75 BPF_SK_STORAGE_GET_F_CREATE); in get_netns_cookie_sk_msg()
Dtest_sk_storage_tracing.c42 BPF_SK_STORAGE_GET_F_CREATE); in BPF_PROG()
59 BPF_SK_STORAGE_GET_F_CREATE); in set_task_info()
Dsockopt_sk.c111 BPF_SK_STORAGE_GET_F_CREATE); in _getsockopt()
204 BPF_SK_STORAGE_GET_F_CREATE); in _setsockopt()
Dtest_sk_storage_trace_itself.c21 BPF_SK_STORAGE_GET_F_CREATE); in BPF_PROG()
Dudp_limit.c26 BPF_SK_STORAGE_GET_F_CREATE); in sock()
Dtest_skmsg_load_helpers.c36 sk_stg = bpf_sk_storage_get(&socket_storage, msg->sk, 0, BPF_SK_STORAGE_GET_F_CREATE); in prog_msg_verdict()
Dtcp_rtt.c36 BPF_SK_STORAGE_GET_F_CREATE); in _sockops()
Dsocket_cookie_prog.c41 BPF_SK_STORAGE_GET_F_CREATE); in set_cookie()
Dconnect_force_port4.c47 BPF_SK_STORAGE_GET_F_CREATE); in connect4()
Dtest_sock_fields.c195 BPF_SK_STORAGE_GET_F_CREATE); in egress_read_sock_fields()
198 BPF_SK_STORAGE_GET_F_CREATE); in egress_read_sock_fields()
Dconnect_force_port6.c46 BPF_SK_STORAGE_GET_F_CREATE); in connect6()
Dtest_tcp_hdr_options.c429 BPF_SK_STORAGE_GET_F_CREATE)) in handle_active_estab()
513 BPF_SK_STORAGE_GET_F_CREATE)) in handle_passive_estab()
/Linux-v5.15/samples/bpf/
Dtcp_dumpstats_kern.c48 BPF_SK_STORAGE_GET_F_CREATE); in _sockops()
/Linux-v5.15/net/core/
Dbpf_sk_storage.c261 if (!sk || !sk_fullsock(sk) || flags > BPF_SK_STORAGE_GET_F_CREATE) in BPF_CALL_4()
268 if (flags == BPF_SK_STORAGE_GET_F_CREATE && in BPF_CALL_4()
/Linux-v5.15/include/uapi/linux/
Dbpf.h5174 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE, enumerator
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5174 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE, enumerator