Home
last modified time | relevance | path

Searched refs:bpf_selem_unlink (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf_local_storage.h183 int bpf_selem_unlink(struct bpf_local_storage_elem *selem);
/linux/kernel/bpf/
H A Dbpf_local_storage.c300 int bpf_selem_unlink(struct bpf_local_storage_elem *selem) in bpf_selem_unlink() function
/linux/net/core/
H A Dbpf_sk_storage.c43 return bpf_selem_unlink(SELEM(sdata)); in bpf_sk_storage_del()