Re: [bpf-next PATCH v2 3/5] bpf: sk_msg add get socket storage helpers

2020-05-17 Thread Yonghong Song
On 5/15/20 3:06 PM, John Fastabend wrote: Add helpers to use local socket storage. Signed-off-by: John Fastabend --- include/uapi/linux/bpf.h |2 ++ net/core/filter.c| 15 +++ 2 files changed, 17 insertions(+) Maybe put tools/include/uapi/linux/bpf.h change al

[bpf-next PATCH v2 3/5] bpf: sk_msg add get socket storage helpers

2020-05-15 Thread John Fastabend
Add helpers to use local socket storage. Signed-off-by: John Fastabend --- include/uapi/linux/bpf.h |2 ++ net/core/filter.c| 15 +++ 2 files changed, 17 insertions(+) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index b9b8a0f..d394b09 100644 --- a/