Searched defs:fib_rt_info (Results 1 – 1 of 1) sorted by relevance
211 struct fib_rt_info { struct212 struct fib_info *fi;213 u32 tb_id;214 __be32 dst;215 int dst_len;216 dscp_t dscp;217 u8 type;218 u8 offload:1,219 trap:1,220 offload_failed:1,[all …]