Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6484 struct bpf_tunnel_key { struct 6485 __u32 tunnel_id; 6486 union { 6490 __u8 tunnel_tos; 6491 __u8 tunnel_ttl; 6492 union { 6496 __u32 tunnel_label; 6497 union {
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6484 struct bpf_tunnel_key { struct 6485 __u32 tunnel_id; 6486 union { 6490 __u8 tunnel_tos; 6491 __u8 tunnel_ttl; 6492 union { 6496 __u32 tunnel_label; 6497 union {
|
| /linux/net/core/ |
| H A D | filter.c | 4903 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 5019 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|