Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbpf.h6139 struct bpf_tunnel_key { struct
6140 __u32 tunnel_id;
6141 union {
6145 __u8 tunnel_tos;
6146 __u8 tunnel_ttl;
6147 union {
6151 __u32 tunnel_label;
6152 union {
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6142 struct bpf_tunnel_key { struct
6143 __u32 tunnel_id;
6144 union {
6148 __u8 tunnel_tos;
6149 __u8 tunnel_ttl;
6150 union {
6154 __u32 tunnel_label;
6155 union {
/openbmc/linux/net/core/
H A Dfilter.c4665 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4781 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()