Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | bpf.h | 6281 struct bpf_tunnel_key { struct 6282 __u32 tunnel_id; 6283 union { 6287 __u8 tunnel_tos; 6288 __u8 tunnel_ttl; 6289 union { 6293 __u32 tunnel_label; 6294 union {
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6281 struct bpf_tunnel_key { struct 6282 __u32 tunnel_id; 6283 union { 6287 __u8 tunnel_tos; 6288 __u8 tunnel_ttl; 6289 union { 6293 __u32 tunnel_label; 6294 union {
|
/linux/net/core/ |
H A D | filter.c | 4672 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4788 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|