Searched defs:bpf_tunnel_key (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bpf.h | 443 struct bpf_tunnel_key { struct 444 __u32 tunnel_id; 445 union { 449 __u8 tunnel_tos; 450 __u8 tunnel_ttl; 451 __u16 tunnel_ext; 452 __u32 tunnel_label;
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4122 struct bpf_tunnel_key { struct 4123 __u32 tunnel_id; 4124 union { 4128 __u8 tunnel_tos; 4129 __u8 tunnel_ttl; 4130 __u16 tunnel_ext; /* Padding, future use. */ 4131 __u32 tunnel_label;
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | bpf.h | 596 struct bpf_tunnel_key { struct 597 __u32 tunnel_id; 598 union { 602 __u8 tunnel_tos; 603 __u8 tunnel_ttl; 604 __u16 tunnel_ext; 605 __u32 tunnel_label;
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | bpf.h | 4122 struct bpf_tunnel_key { struct 4123 __u32 tunnel_id; 4124 union { 4128 __u8 tunnel_tos; 4129 __u8 tunnel_ttl; 4130 __u16 tunnel_ext; /* Padding, future use. */ 4131 __u32 tunnel_label;
|
| /kernel/linux/linux-5.10/net/core/ |
| D | filter.c | 4203 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4310 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|