Home
last modified time | relevance | path

Searched defs:bpf_tunnel_key (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h443 struct bpf_tunnel_key { struct
444 __u32 tunnel_id;
445 union {
449 __u8 tunnel_tos;
450 __u8 tunnel_ttl;
451 __u16 tunnel_ext;
452 __u32 tunnel_label;
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4149 struct bpf_tunnel_key { struct
4150 __u32 tunnel_id;
4151 union {
4155 __u8 tunnel_tos;
4156 __u8 tunnel_ttl;
4157 __u16 tunnel_ext; /* Padding, future use. */
4158 __u32 tunnel_label;
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4149 struct bpf_tunnel_key { struct
4150 __u32 tunnel_id;
4151 union {
4155 __u8 tunnel_tos;
4156 __u8 tunnel_ttl;
4157 __u16 tunnel_ext; /* Padding, future use. */
4158 __u32 tunnel_label;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbpf.h596 struct bpf_tunnel_key { struct
597 __u32 tunnel_id;
598 union {
602 __u8 tunnel_tos;
603 __u8 tunnel_ttl;
604 __u16 tunnel_ext;
605 __u32 tunnel_label;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h596 struct bpf_tunnel_key { struct
597 __u32 tunnel_id;
598 union {
602 __u8 tunnel_tos;
603 __u8 tunnel_ttl;
604 __u16 tunnel_ext;
605 __u32 tunnel_label;
/kernel/linux/linux-6.6/include/uapi/linux/
Dbpf.h6124 struct bpf_tunnel_key { struct
6125 __u32 tunnel_id;
6126 union {
6130 __u8 tunnel_tos;
6131 __u8 tunnel_ttl;
6132 union {
6136 __u32 tunnel_label;
6137 union {
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dbpf.h6124 struct bpf_tunnel_key { struct
6125 __u32 tunnel_id;
6126 union {
6130 __u8 tunnel_tos;
6131 __u8 tunnel_ttl;
6132 union {
6136 __u32 tunnel_label;
6137 union {
/kernel/linux/linux-5.10/net/core/
Dfilter.c4244 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4351 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
Dfilter.c4597 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4713 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()