Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 6272 struct bpf_tunnel_key { struct 6273 __u32 tunnel_id; 6274 union { 6278 __u8 tunnel_tos; 6279 __u8 tunnel_ttl; 6280 union { 6284 __u32 tunnel_label; 6285 union {
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 6272 struct bpf_tunnel_key { struct 6273 __u32 tunnel_id; 6274 union { 6278 __u8 tunnel_tos; 6279 __u8 tunnel_ttl; 6280 union { 6284 __u32 tunnel_label; 6285 union {
|
/linux-6.12.1/net/core/ |
D | filter.c | 4667 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4783 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|