mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-01 22:29:06 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
aa44abfdd2
commit
d2838b2be3
@@ -350,7 +350,9 @@ static long (*bpf_tail_call)(void *ctx, void *prog_array_map, __u32 index) = (vo
|
|||||||
* direct packet access.
|
* direct packet access.
|
||||||
*
|
*
|
||||||
* Returns
|
* Returns
|
||||||
* 0 on success, or a negative error in case of failure.
|
* 0 on success, or a negative error in case of failure. Positive
|
||||||
|
* error indicates a potential drop or congestion in the target
|
||||||
|
* device. The particular positive error codes are not defined.
|
||||||
*/
|
*/
|
||||||
static long (*bpf_clone_redirect)(struct __sk_buff *skb, __u32 ifindex, __u64 flags) = (void *) 13;
|
static long (*bpf_clone_redirect)(struct __sk_buff *skb, __u32 ifindex, __u64 flags) = (void *) 13;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user