Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dbpf.h5289 struct bpf_tunnel_key { struct
5290 __u32 tunnel_id;
5291 union {
5295 __u8 tunnel_tos;
5296 __u8 tunnel_ttl;
5297 __u16 tunnel_ext; /* Padding, future use. */
5298 __u32 tunnel_label;
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5289 struct bpf_tunnel_key { struct
5290 __u32 tunnel_id;
5291 union {
5295 __u8 tunnel_tos;
5296 __u8 tunnel_ttl;
5297 __u16 tunnel_ext; /* Padding, future use. */
5298 __u32 tunnel_label;
/Linux-v5.15/net/core/
Dfilter.c4200 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4307 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()