commit | 7246d8ed4dcce23f7509949a77be15fa9f0e3d28 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Mon Nov 26 14:16:17 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Nov 28 22:07:57 2018 +0100 |
tree | 500458a8fb23f87db2411ad0849f06f05caedb48 | |
parent | 17d95e4225bf24ef3399d9e71c512311259d1ac9 [diff] |
bpf: helper to pop data from messages This adds a BPF SK_MSG program helper so that we can pop data from a msg. We use this to pop metadata from a previous push data call. Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>