Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/include/uapi/linux/ |
D | bpf.h | 6292 struct bpf_tunnel_key { struct 6293 __u32 tunnel_id; 6294 union { 6298 __u8 tunnel_tos; 6299 __u8 tunnel_ttl; 6300 union { 6304 __u32 tunnel_label; 6305 union {
|
/linux-6.15/tools/include/uapi/linux/ |
D | bpf.h | 6292 struct bpf_tunnel_key { struct 6293 __u32 tunnel_id; 6294 union { 6298 __u8 tunnel_tos; 6299 __u8 tunnel_ttl; 6300 union { 6304 __u32 tunnel_label; 6305 union {
|
/linux-6.15/net/core/ |
D | filter.c | 4681 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4797 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|