Searched defs:bpf_tunnel_key (Results 1 – 8 of 8) 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-4.19/tools/include/uapi/linux/ |
| D | bpf.h | 2339 struct bpf_tunnel_key { struct 2340 __u32 tunnel_id; 2341 union { 2345 __u8 tunnel_tos; 2346 __u8 tunnel_ttl; 2347 __u16 tunnel_ext; /* Padding, future use. */ 2348 __u32 tunnel_label;
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | bpf.h | 2341 struct bpf_tunnel_key { struct 2342 __u32 tunnel_id; 2343 union { 2347 __u8 tunnel_tos; 2348 __u8 tunnel_ttl; 2349 __u16 tunnel_ext; /* Padding, future use. */ 2350 __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-4.19/net/core/ |
| D | filter.c | 3502 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 3609 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|
| /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()
|