Searched defs:fib_config (Results 1 – 2 of 2) sorted by relevance
25 struct fib_config { struct26 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 …]
26 struct fib_config { struct27 u8 fc_dst_len;28 dscp_t fc_dscp;29 u8 fc_protocol;30 u8 fc_scope;31 u8 fc_type;32 u8 fc_gw_family;34 u32 fc_table;35 __be32 fc_dst;36 union {[all …]