Searched refs:bpf_tunnel_key (Results 1 - 8 of 8) sorted by last modified time

/linux-master/tools/include/uapi/linux/
H A Dbpf.h2180 * long bpf_skb_get_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags)
2183 * empty **struct bpf_tunnel_key** of **size**, that will be
2189 * The **struct bpf_tunnel_key** is an object that generalizes the
2209 * struct bpf_tunnel_key key = {};
2231 * long bpf_skb_set_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags)
2261 * struct bpf_tunnel_key key;
6256 struct bpf_tunnel_key { struct
/linux-master/net/core/
H A Dfilter.c4623 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to,
4627 u8 compat[sizeof(struct bpf_tunnel_key)];
4640 if (unlikely(size != sizeof(struct bpf_tunnel_key))) {
4643 case offsetof(struct bpf_tunnel_key, local_ipv6[0]):
4644 case offsetof(struct bpf_tunnel_key, tunnel_label):
4645 case offsetof(struct bpf_tunnel_key, tunnel_ext):
4647 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]):
4654 to = (struct bpf_tunnel_key *)compat;
4683 if (unlikely(size != sizeof(struct bpf_tunnel_key)))
4739 const struct bpf_tunnel_key *, fro
[all...]
/linux-master/include/uapi/linux/
H A Dbpf.h2180 * long bpf_skb_get_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags)
2183 * empty **struct bpf_tunnel_key** of **size**, that will be
2189 * The **struct bpf_tunnel_key** is an object that generalizes the
2209 * struct bpf_tunnel_key key = {};
2231 * long bpf_skb_set_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags)
2261 * struct bpf_tunnel_key key;
6256 struct bpf_tunnel_key { struct
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c49 struct bpf_tunnel_key key;
71 struct bpf_tunnel_key key;
92 struct bpf_tunnel_key key;
107 struct bpf_tunnel_key key;
131 struct bpf_tunnel_key key;
150 struct bpf_tunnel_key key;
193 struct bpf_tunnel_key key;
229 struct bpf_tunnel_key key;
273 struct bpf_tunnel_key key;
310 struct bpf_tunnel_key ke
[all...]
H A Dtest_l4lb_noinline_dynptr.c332 struct bpf_tunnel_key tkey = {};
H A Dtest_l4lb_noinline.c327 struct bpf_tunnel_key tkey = {};
H A Dtest_l4lb.c328 struct bpf_tunnel_key tkey = {};
/linux-master/samples/bpf/
H A Dtc_l2_redirect_kern.c61 struct bpf_tunnel_key tkey = {};
112 struct bpf_tunnel_key tkey = {};
153 struct bpf_tunnel_key tkey = {};
208 struct bpf_tunnel_key tkey = {};

Completed in 275 milliseconds