Lines Matching defs:rtable
62797 struct rtable { struct
62798 struct dst_entry dst;
62799 int rt_genid;
62800 unsigned int rt_flags;
62801 __u16 rt_type;
62802 __u8 rt_is_input;
62803 __u8 rt_uses_gateway;
62804 int rt_iif;
62805 u8 rt_gw_family;
62806 union {
62810 u32 rt_mtu_locked: 1;
62811 u32 rt_pmtu: 31;
62812 struct list_head rt_uncached;
62813 struct uncached_list *rt_uncached_list;