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.h6138 struct bpf_tunnel_key { struct
6139 __u32 tunnel_id;
6140 union {
6144 __u8 tunnel_tos;
6145 __u8 tunnel_ttl;
6146 union {
6150 __u32 tunnel_label;
6151 union {
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6141 struct bpf_tunnel_key { struct
6142 __u32 tunnel_id;
6143 union {
6147 __u8 tunnel_tos;
6148 __u8 tunnel_ttl;
6149 union {
6153 __u32 tunnel_label;
6154 union {
/openbmc/linux/net/core/
H A Dfilter.c4656 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4772 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()