Lines Matching defs:fib_rt_info
207 struct fib_rt_info { struct208 struct fib_info *fi;209 u32 tb_id;210 __be32 dst;211 int dst_len;212 u8 tos;213 u8 type;214 u8 offload:1,215 trap:1,216 offload_failed:1,217 unused:5;