Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | bpf.h | 6346 struct bpf_tunnel_key { struct 6347 __u32 tunnel_id; 6348 union { 6352 __u8 tunnel_tos; 6353 __u8 tunnel_ttl; 6354 union { 6358 __u32 tunnel_label; 6359 union {
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6346 struct bpf_tunnel_key { struct 6347 __u32 tunnel_id; 6348 union { 6352 __u8 tunnel_tos; 6353 __u8 tunnel_ttl; 6354 union { 6358 __u32 tunnel_label; 6359 union {
|
/linux/net/core/ |
H A D | filter.c | 4708 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4824 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|