Searched refs:bpf_tunnel_key (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 17 struct bpf_tunnel_key; 468 * empty **struct bpf_tunnel_key** of **size**, that will be 474 * The **struct bpf_tunnel_key** is an object that generalizes the 494 * struct bpf_tunnel_key key = {}; 517 static long (*bpf_skb_get_tunnel_key)(struct __sk_buff *skb, struct bpf_tunnel_key *key, __u32 size, __u64 flags) = (void *) 20; 550 * struct bpf_tunnel_key key; 561 static long (*bpf_skb_set_tunnel_key)(struct __sk_buff *skb, struct bpf_tunnel_key *key, __u32 size, __u64 flags) = (void *) 21;
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 2075 * long bpf_skb_get_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags) 2078 * empty **struct bpf_tunnel_key** of **size**, that will be 2084 * The **struct bpf_tunnel_key** is an object that generalizes the 2104 * struct bpf_tunnel_key key = {}; 2126 * long bpf_skb_set_tunnel_key(struct sk_buff *skb, struct bpf_tunnel_key *key, u32 size, u64 flags) 2156 * struct bpf_tunnel_key key; 6151 struct bpf_tunnel_key { struct
|
Completed in 15 milliseconds