Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | bpf.h | 3010 struct bpf_tunnel_key { struct 3011 __u32 tunnel_id; 3012 union { 3016 __u8 tunnel_tos; 3017 __u8 tunnel_ttl; 3018 __u16 tunnel_ext; /* Padding, future use. */ 3019 __u32 tunnel_label;
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | bpf.h | 3010 struct bpf_tunnel_key { struct 3011 __u32 tunnel_id; 3012 union { 3016 __u8 tunnel_tos; 3017 __u8 tunnel_ttl; 3018 __u16 tunnel_ext; /* Padding, future use. */ 3019 __u32 tunnel_label;
|
/Linux-v5.4/net/core/ |
D | filter.c | 3824 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 3931 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|