Searched refs:bpf_sk_storage_get (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | sockopt_inherit.c | 41 return bpf_sk_storage_get(&cloned1_map, ctx->sk, 0, in get_storage() 44 return bpf_sk_storage_get(&cloned2_map, ctx->sk, 0, in get_storage() 47 return bpf_sk_storage_get(&listener_only_map, ctx->sk, 0, in get_storage()
|
| D | socket_cookie_prog.c | 30 p = bpf_sk_storage_get(&socket_cookies, ctx->sk, 0, in set_cookie() 56 p = bpf_sk_storage_get(&socket_cookies, ctx->sk, 0, 0); in update_cookie()
|
| D | sockopt_sk.c | 61 storage = bpf_sk_storage_get(&socket_storage_map, ctx->sk, 0, in _getsockopt() 122 storage = bpf_sk_storage_get(&socket_storage_map, ctx->sk, 0, in _setsockopt()
|
| D | test_sock_fields_kern.c | 187 pkt_out_cnt = bpf_sk_storage_get(&sk_pkt_out_cnt, sk, 0, 0); in egress_read_sock_fields() 188 pkt_out_cnt10 = bpf_sk_storage_get(&sk_pkt_out_cnt10, sk, in egress_read_sock_fields() 191 pkt_out_cnt = bpf_sk_storage_get(&sk_pkt_out_cnt, sk, in egress_read_sock_fields() 194 pkt_out_cnt10 = bpf_sk_storage_get(&sk_pkt_out_cnt10, in egress_read_sock_fields()
|
| D | tcp_rtt.c | 36 storage = bpf_sk_storage_get(&socket_storage_map, sk, 0, in _sockops()
|
| /Linux-v5.4/samples/bpf/ |
| D | tcp_dumpstats_kern.c | 47 next_dump = bpf_sk_storage_get(&bpf_next_dump, sk, 0, in _sockops()
|
| /Linux-v5.4/net/core/ |
| D | bpf_sk_storage.c | 840 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() argument 896 .func = bpf_sk_storage_get,
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | bpf_helpers.h | 227 static void *(*bpf_sk_storage_get)(void *map, struct bpf_sock *sk, variable
|