Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | bpf.h | 5898 struct bpf_tunnel_key { struct 5899 __u32 tunnel_id; 5900 union { 5904 __u8 tunnel_tos; 5905 __u8 tunnel_ttl; 5906 union { 5910 __u32 tunnel_label; 5911 union {
|
| /Linux-v6.1/include/uapi/linux/ |
| D | bpf.h | 5898 struct bpf_tunnel_key { struct 5899 __u32 tunnel_id; 5900 union { 5904 __u8 tunnel_tos; 5905 __u8 tunnel_ttl; 5906 union { 5910 __u32 tunnel_label; 5911 union {
|
| /Linux-v6.1/net/core/ |
| D | filter.c | 4485 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4601 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|