Searched defs:fib_config (Results 1 – 1 of 1) sorted by relevance
26 struct fib_config { struct27 u8 fc_dst_len;28 u8 fc_tos;29 u8 fc_protocol;30 u8 fc_scope;31 u8 fc_type;33 u32 fc_table;34 __be32 fc_dst;35 __be32 fc_gw;36 int fc_oif;[all …]