Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2479 struct bpf_tunnel_key { struct
2480 __u32 tunnel_id;
2481 union {
2485 __u8 tunnel_tos;
2486 __u8 tunnel_ttl;
2487 __u16 tunnel_ext; /* Padding, future use. */
2488 __u32 tunnel_label;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2479 struct bpf_tunnel_key { struct
2480 __u32 tunnel_id;
2481 union {
2485 __u8 tunnel_tos;
2486 __u8 tunnel_ttl;
2487 __u16 tunnel_ext; /* Padding, future use. */
2488 __u32 tunnel_label;
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4122 struct bpf_tunnel_key { struct
4123 __u32 tunnel_id;
4124 union {
4128 __u8 tunnel_tos;
4129 __u8 tunnel_ttl;
4130 __u16 tunnel_ext; /* Padding, future use. */
4131 __u32 tunnel_label;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4122 struct bpf_tunnel_key { struct
4123 __u32 tunnel_id;
4124 union {
4128 __u8 tunnel_tos;
4129 __u8 tunnel_ttl;
4130 __u16 tunnel_ext; /* Padding, future use. */
4131 __u32 tunnel_label;
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4189 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4()
4296 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()