Searched defs:fib_config (Results 1 – 1 of 1) sorted by relevance
23 struct fib_config { struct24 u8 fc_dst_len;25 u8 fc_tos;26 u8 fc_protocol;27 u8 fc_scope;28 u8 fc_type;30 u32 fc_table;31 __be32 fc_dst;32 __be32 fc_gw;33 int fc_oif;[all …]