Lines Matching defs:fib_rt_info
210 struct fib_rt_info { struct211 struct fib_info *fi;212 u32 tb_id;213 __be32 dst;214 int dst_len;215 dscp_t dscp;216 u8 type;217 u8 offload:1,218 trap:1,219 offload_failed:1,220 unused:5;