aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf_local_storage.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-0/+163
A purely mechanical change: bpf_sk_storage.c = bpf_sk_storage.c + bpf_local_storage.c bpf_sk_storage.h = bpf_sk_storage.h + bpf_local_storage.h Signed-off-by: KP Singh <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Acked-by: Martin KaFai Lau <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]