Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dbpf.h729 struct bpf_tunnel_key { struct
730 __u32 tunnel_id;
731 union {
735 __u8 tunnel_tos;
736 __u8 tunnel_ttl;
737 __u16 tunnel_ext;
738 __u32 tunnel_label;
/external/bcc/src/cc/compat/linux/
Dbpf.h2462 struct bpf_tunnel_key { struct
2463 __u32 tunnel_id;
2464 union {
2468 __u8 tunnel_tos;
2469 __u8 tunnel_ttl;
2470 __u16 tunnel_ext; /* Padding, future use. */
2471 __u32 tunnel_label;
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h2462 struct bpf_tunnel_key { struct
2463 __u32 tunnel_id;
2464 union {
2468 __u8 tunnel_tos;
2469 __u8 tunnel_ttl;
2470 __u16 tunnel_ext; /* Padding, future use. */
2471 __u32 tunnel_label;
/external/kernel-headers/original/uapi/linux/
Dbpf.h2545 struct bpf_tunnel_key { struct
2546 __u32 tunnel_id;
2547 union {
2551 __u8 tunnel_tos;
2552 __u8 tunnel_ttl;
2553 __u16 tunnel_ext; /* Padding, future use. */
2554 __u32 tunnel_label;