mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-04 07:39:07 +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
49bd40e869
commit
2e287cd201
@@ -537,6 +537,9 @@ static long (*bpf_skb_get_tunnel_key)(struct __sk_buff *skb, struct bpf_tunnel_k
|
|||||||
* sending the packet. This flag was added for GRE
|
* sending the packet. This flag was added for GRE
|
||||||
* encapsulation, but might be used with other protocols
|
* encapsulation, but might be used with other protocols
|
||||||
* as well in the future.
|
* as well in the future.
|
||||||
|
* **BPF_F_NO_TUNNEL_KEY**
|
||||||
|
* Add a flag to tunnel metadata indicating that no tunnel
|
||||||
|
* key should be set in the resulting tunnel header.
|
||||||
*
|
*
|
||||||
* Here is a typical usage on the transmit path:
|
* Here is a typical usage on the transmit path:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user