Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dbpf.h6484 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 Dbpf.h6484 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 Dfilter.c4904 BPF_CALL_4(bpf_skb_get_tunnel_key,struct sk_buff *,skb,struct bpf_tunnel_key *,to,u32,size,u64,flags) BPF_CALL_4() argument
5020 BPF_CALL_4(bpf_skb_set_tunnel_key,struct sk_buff *,skb,const struct bpf_tunnel_key *,from,u32,size,u64,flags) BPF_CALL_4() argument
[all...]