Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/tools/include/uapi/linux/ |
D | bpf.h | 6153 struct bpf_tunnel_key { struct 6154 __u32 tunnel_id; 6155 union { 6159 __u8 tunnel_tos; 6160 __u8 tunnel_ttl; 6161 union { 6165 __u32 tunnel_label; 6166 union {
|
/linux-6.8/include/uapi/linux/ |
D | bpf.h | 6153 struct bpf_tunnel_key { struct 6154 __u32 tunnel_id; 6155 union { 6159 __u8 tunnel_tos; 6160 __u8 tunnel_ttl; 6161 union { 6165 __u32 tunnel_label; 6166 union {
|
/linux-6.8/net/core/ |
D | filter.c | 4623 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4739 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|