Searched refs:rt6_info (Results 1 – 5 of 5) sorted by relevance
| /include/net/ |
| A D | ip6_fib.h | 33 struct rt6_info; 138 struct rt6_info *rt6i; 154 struct rt6_info * __percpu *rt6i_pcpu; 207 struct rt6_info { struct 227 struct rt6_info *rt6; argument 299 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie() 318 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put() 323 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0); in ip6_rt_put() 419 typedef struct rt6_info *(*pol_lookup_t)(struct net *, 474 void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr) in rt6_get_prefsrc() [all …]
|
| A D | ip6_route.h | 99 static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags) in ip6_rt_put_flags() 108 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, 154 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr, 168 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, 215 void rt6_uncached_list_add(struct rt6_info *rt); 216 void rt6_uncached_list_del(struct rt6_info *rt); 218 static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb) in skb_rt6_info() 250 const struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ipv6_unicast_destination() 258 const struct rt6_info *rt = dst_rt6_info(dst); in ipv6_anycast_destination() 301 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt, in rt6_nexthop()
|
| A D | ipv6.h | 1097 struct rt6_info *rt, unsigned int flags); 1113 struct rt6_info *rt, unsigned int flags,
|
| A D | xfrm.h | 1059 struct rt6_info rt6;
|
| /include/net/netns/ |
| A D | ipv6.h | 71 struct rt6_info *ip6_null_entry; 89 struct rt6_info *ip6_prohibit_entry; 90 struct rt6_info *ip6_blk_hole_entry;
|
Completed in 19 milliseconds