mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-02 14:49:06 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions. Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
45188d0d01
commit
ef3e2ef82a
@@ -1832,6 +1832,10 @@ static long (*bpf_skb_load_bytes_relative)(const void *skb, __u32 offset, void *
|
|||||||
* **BPF_FIB_LOOKUP_DIRECT**
|
* **BPF_FIB_LOOKUP_DIRECT**
|
||||||
* Do a direct table lookup vs full lookup using FIB
|
* Do a direct table lookup vs full lookup using FIB
|
||||||
* rules.
|
* rules.
|
||||||
|
* **BPF_FIB_LOOKUP_TBID**
|
||||||
|
* Used with BPF_FIB_LOOKUP_DIRECT.
|
||||||
|
* Use the routing table ID present in *params*->tbid
|
||||||
|
* for the fib lookup.
|
||||||
* **BPF_FIB_LOOKUP_OUTPUT**
|
* **BPF_FIB_LOOKUP_OUTPUT**
|
||||||
* Perform lookup from an egress perspective (default is
|
* Perform lookup from an egress perspective (default is
|
||||||
* ingress).
|
* ingress).
|
||||||
|
|||||||
Reference in New Issue
Block a user