Home
last modified time | relevance | path

Searched defs:fib_config (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/net/
Dip_fib.h29 struct fib_config { struct
30 u8 fc_dst_len;
31 u8 fc_tos;
32 u8 fc_protocol;
33 u8 fc_scope;
34 u8 fc_type;
36 u32 fc_table;
37 __be32 fc_dst;
38 __be32 fc_gw;
39 int fc_oif;
[all …]
/kernel/linux/linux-5.10/include/net/
Dip_fib.h25 struct fib_config { struct
26 u8 fc_dst_len;
27 u8 fc_tos;
28 u8 fc_protocol;
29 u8 fc_scope;
30 u8 fc_type;
31 u8 fc_gw_family;
33 u32 fc_table;
34 __be32 fc_dst;
35 union {
[all …]