]> Git Repo - linux.git/commit - net/core/bpf_sk_storage.c
bpf: Split bpf_local_storage to bpf_sk_storage
authorKP Singh <[email protected]>
Tue, 25 Aug 2020 18:29:16 +0000 (20:29 +0200)
committerAlexei Starovoitov <[email protected]>
Tue, 25 Aug 2020 22:00:04 +0000 (15:00 -0700)
commit450af8d0f6be2e7dd2a528a3fb054bb726bf1747
treee674df8ab7e5029d14c2eeedfd97b75097d697cd
parentf836a56e84ffc9f1a1cd73f77e10404ca46a4616
bpf: Split bpf_local_storage to bpf_sk_storage

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]
include/linux/bpf_local_storage.h [new file with mode: 0644]
include/net/bpf_sk_storage.h
kernel/bpf/Makefile
kernel/bpf/bpf_local_storage.c [new file with mode: 0644]
net/core/bpf_sk_storage.c
This page took 0.060949 seconds and 4 git commands to generate.