Searched defs:rt6_info (Results 1 – 2 of 2) sorted by relevance
57392 struct rt6_info { struct57393 struct dst_entry dst;57394 struct fib6_info __attribute__((btf_type_tag("rcu"))) *from;57395 int sernum;57396 struct rt6key rt6i_dst;57397 struct rt6key rt6i_src;57398 struct in6_addr rt6i_gateway;57399 struct inet6_dev *rt6i_idev;57400 u32 rt6i_flags;57401 unsigned short rt6i_nfheader_len;[all …]
67150 struct rt6_info { struct67151 struct dst_entry dst;67152 struct fib6_info __attribute__((btf_type_tag("rcu"))) *from;67153 int sernum;67154 struct rt6key rt6i_dst;67155 struct rt6key rt6i_src;67156 struct in6_addr rt6i_gateway;67157 struct inet6_dev *rt6i_idev;67158 u32 rt6i_flags;67159 unsigned short rt6i_nfheader_len;[all …]