Home
last modified time | relevance | path

Searched refs:bpf_sk_storage_delete (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/core/
Dbpf_sk_storage.c871 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() argument
906 .func = bpf_sk_storage_delete,
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h230 static int (*bpf_sk_storage_delete)(void *map, struct bpf_sock *sk) = variable