Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2338 struct bpf_tunnel_key { struct
2339 __u32 tunnel_id;
2340 union {
2344 __u8 tunnel_tos;
2345 __u8 tunnel_ttl;
2346 __u16 tunnel_ext; /* Padding, future use. */
2347 __u32 tunnel_label;
/Linux-v4.19/include/uapi/linux/
Dbpf.h2338 struct bpf_tunnel_key { struct
2339 __u32 tunnel_id;
2340 union {
2344 __u8 tunnel_tos;
2345 __u8 tunnel_ttl;
2346 __u16 tunnel_ext; /* Padding, future use. */
2347 __u32 tunnel_label;
/Linux-v4.19/net/core/
Dfilter.c3502 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()