Home
last modified time | relevance | path

Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6116 struct bpf_tunnel_key { struct
6117 __u32 tunnel_id;
6118 union {
6122 __u8 tunnel_tos;
6123 __u8 tunnel_ttl;
6124 union {
6128 __u32 tunnel_label;
6129 union {
/Linux-v6.6/include/uapi/linux/
Dbpf.h6116 struct bpf_tunnel_key { struct
6117 __u32 tunnel_id;
6118 union {
6122 __u8 tunnel_tos;
6123 __u8 tunnel_ttl;
6124 union {
6128 __u32 tunnel_label;
6129 union {
/Linux-v6.6/net/core/
Dfilter.c4544 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4660 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()