Lines Matching defs:fib_rt_info
216 struct fib_rt_info { struct217 struct fib_info *fi;218 u32 tb_id;219 __be32 dst;220 int dst_len;221 dscp_t dscp;222 u8 type;223 u8 offload:1,224 trap:1,225 offload_failed:1,226 unused:5;