Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/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;
|
/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;
|
/linux-5.10/net/core/ |
D | filter.c | 4210 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4317 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|