mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19:06 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions.
This commit is contained in:
committed by
Andrii Nakryiko
parent
b09a4999d9
commit
3118d38a2e
@@ -1,4 +1,4 @@
|
|||||||
/* This is auto-generated file. See bpf_helpers_doc.py for details. */
|
/* This is auto-generated file. See bpf_doc.py for details. */
|
||||||
|
|
||||||
/* Forward declarations of BPF structs */
|
/* Forward declarations of BPF structs */
|
||||||
struct bpf_fib_lookup;
|
struct bpf_fib_lookup;
|
||||||
@@ -1249,6 +1249,10 @@ static long (*bpf_setsockopt)(void *bpf_socket, int level, int optname, void *op
|
|||||||
* Use with ENCAP_L3/L4 flags to further specify the tunnel
|
* Use with ENCAP_L3/L4 flags to further specify the tunnel
|
||||||
* type; *len* is the length of the inner MAC header.
|
* type; *len* is the length of the inner MAC header.
|
||||||
*
|
*
|
||||||
|
* * **BPF_F_ADJ_ROOM_ENCAP_L2_ETH**:
|
||||||
|
* Use with BPF_F_ADJ_ROOM_ENCAP_L2 flag to further specify the
|
||||||
|
* L2 type as Ethernet.
|
||||||
|
*
|
||||||
* A call to this helper is susceptible to change the underlying
|
* A call to this helper is susceptible to change the underlying
|
||||||
* packet buffer. Therefore, at load time, all checks on pointers
|
* packet buffer. Therefore, at load time, all checks on pointers
|
||||||
* previously done by the verifier are invalidated and must be
|
* previously done by the verifier are invalidated and must be
|
||||||
|
|||||||
Reference in New Issue
Block a user