Home
last modified time | relevance | path

Searched refs:bpf_sk_storage_get (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dsocket_cookie_prog.c40 p = bpf_sk_storage_get(&socket_cookies, ctx->sk, 0, in set_cookie()
66 p = bpf_sk_storage_get(&socket_cookies, sk, 0, 0); in update_cookie_sockops()
87 p = bpf_sk_storage_get(&socket_cookies, sock->sk, 0, 0); in BPF_PROG()
A Dsockopt_inherit.c40 return bpf_sk_storage_get(&cloned1_map, ctx->sk, 0, in get_storage()
43 return bpf_sk_storage_get(&cloned2_map, ctx->sk, 0, in get_storage()
46 return bpf_sk_storage_get(&listener_only_map, ctx->sk, 0, in get_storage()
A Dudp_limit.c25 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, in sock()
54 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, 0); in sock_release()
A Dbpf_iter_bpf_sk_storage_helpers.c40 sock_tgid = bpf_sk_storage_get(&sk_stg_map, sock->sk, 0, 0); in fill_socket_owner()
58 sock_tgid = bpf_sk_storage_get(&sk_stg_map, sk_common, 0, 0); in negate_socket_local_storage()
A Dtest_tcp_hdr_options.c242 hdr_stg = bpf_sk_storage_get(&hdr_stg_map, skops->sk, NULL, 0); in fin_opt_len()
269 hdr_stg = bpf_sk_storage_get(&hdr_stg_map, skops->sk, NULL, 0); in write_fin_opt()
291 hdr_stg = bpf_sk_storage_get(&hdr_stg_map, skops->sk, NULL, 0); in resend_in_ack()
427 if (!skops->sk || !bpf_sk_storage_get(&hdr_stg_map, skops->sk, in handle_active_estab()
512 !bpf_sk_storage_get(&hdr_stg_map, skops->sk, &init_stg, in handle_passive_estab()
543 hdr_stg = bpf_sk_storage_get(&hdr_stg_map, skops->sk, NULL, 0); in handle_parse_hdr()
A Dtest_sock_fields.c189 pkt_out_cnt = bpf_sk_storage_get(&sk_pkt_out_cnt, ktp, 0, 0); in egress_read_sock_fields()
190 pkt_out_cnt10 = bpf_sk_storage_get(&sk_pkt_out_cnt10, ktp, in egress_read_sock_fields()
193 pkt_out_cnt = bpf_sk_storage_get(&sk_pkt_out_cnt, sk, in egress_read_sock_fields()
196 pkt_out_cnt10 = bpf_sk_storage_get(&sk_pkt_out_cnt10, in egress_read_sock_fields()
A Dnetns_cookie_prog.c45 cookie = bpf_sk_storage_get(&sockops_netns_cookies, sk, 0, in get_netns_cookie_sockops()
74 cookie = bpf_sk_storage_get(&sk_msg_netns_cookies, sk, 0, in get_netns_cookie_sk_msg()
A Dconnect_force_port4.c45 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, in connect4()
83 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, 0); in getpeername4()
A Dtest_sk_storage_tracing.c41 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG()
58 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in set_task_info()
A Dconnect_force_port6.c44 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, in connect6()
91 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, 0); in getpeername6()
A Dsockopt_sk.c110 storage = bpf_sk_storage_get(&socket_storage_map, ctx->sk, 0, in _getsockopt()
203 storage = bpf_sk_storage_get(&socket_storage_map, ctx->sk, 0, in _setsockopt()
A Dlocal_storage.c115 storage = bpf_sk_storage_get(&sk_storage_map, sock->sk, 0, in BPF_PROG()
142 storage = bpf_sk_storage_get(&sk_storage_map, sock->sk, 0, in BPF_PROG()
A Dtest_sk_storage_trace_itself.c20 value = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG()
A Dtcp_rtt.c34 storage = bpf_sk_storage_get(&socket_storage_map, sk, 0, in _sockops()
A 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()
A Dbpf_dctcp.c90 stg = bpf_sk_storage_get(&sk_stg_map, (void *)tp, NULL, 0); in BPF_PROG()
/linux/samples/bpf/
A Dtcp_dumpstats_kern.c47 next_dump = bpf_sk_storage_get(&bpf_next_dump, sk, 0, in _sockops()
/linux/net/core/
A Dbpf_sk_storage.c256 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() argument
355 .func = bpf_sk_storage_get,
365 .func = bpf_sk_storage_get,

Completed in 20 milliseconds