Home
last modified time | relevance | path

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

/Linux-v5.10/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()
Dlocal_storage.c66 BPF_SK_STORAGE_GET_F_CREATE); in BPF_PROG()
90 BPF_SK_STORAGE_GET_F_CREATE); in BPF_PROG()
112 BPF_SK_STORAGE_GET_F_CREATE); in BPF_PROG()
Dsockopt_sk.c87 BPF_SK_STORAGE_GET_F_CREATE); in _getsockopt()
172 BPF_SK_STORAGE_GET_F_CREATE); in _setsockopt()
Dudp_limit.c26 BPF_SK_STORAGE_GET_F_CREATE); in sock()
Dsocket_cookie_prog.c31 BPF_SK_STORAGE_GET_F_CREATE); in set_cookie()
Dtcp_rtt.c36 BPF_SK_STORAGE_GET_F_CREATE); in _sockops()
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()
Dconnect_force_port4.c45 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.c44 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.10/samples/bpf/
Dtcp_dumpstats_kern.c48 BPF_SK_STORAGE_GET_F_CREATE); in _sockops()
/Linux-v5.10/net/core/
Dbpf_sk_storage.c272 if (!sk || !sk_fullsock(sk) || flags > BPF_SK_STORAGE_GET_F_CREATE) in BPF_CALL_4()
279 if (flags == BPF_SK_STORAGE_GET_F_CREATE && in BPF_CALL_4()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4018 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE, enumerator
/Linux-v5.10/include/uapi/linux/
Dbpf.h4018 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE, enumerator