Searched refs:bpf_tunnel_key (Results 1 – 2 of 2) sorted by relevance
296 struct bpf_tunnel_key { struct
1563 struct bpf_tunnel_key *to = (struct bpf_tunnel_key *) (long) r2; in bpf_skb_get_tunnel_key()1566 if (unlikely(size != sizeof(struct bpf_tunnel_key) || flags || !info)) in bpf_skb_get_tunnel_key()1592 struct bpf_tunnel_key *from = (struct bpf_tunnel_key *) (long) r2; in bpf_skb_set_tunnel_key()1596 if (unlikely(size != sizeof(struct bpf_tunnel_key) || flags)) in bpf_skb_set_tunnel_key()