Home
last modified time | relevance | path

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

/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()
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()
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()
Dconnect_force_port4.c45 BPF_SK_STORAGE_GET_F_CREATE); in connect4()
Dconnect_force_port6.c44 BPF_SK_STORAGE_GET_F_CREATE); in connect6()
Dtest_sock_fields.c196 BPF_SK_STORAGE_GET_F_CREATE); in egress_read_sock_fields()
199 BPF_SK_STORAGE_GET_F_CREATE); in egress_read_sock_fields()
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()
/tools/include/uapi/linux/
Dbpf.h4023 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE, enumerator