Lines Matching defs:rtable
34718 struct rtable { struct
34719 struct dst_entry dst;
34720 int rt_genid;
34721 unsigned int rt_flags;
34722 __u16 rt_type;
34723 __u8 rt_is_input;
34724 __u8 rt_uses_gateway;
34725 int rt_iif;
34726 u8 rt_gw_family;
34727 union {
34731 u32 rt_mtu_locked: 1;
34732 u32 rt_pmtu: 31;
34733 struct list_head rt_uncached;
34734 struct uncached_list *rt_uncached_list;