Home
last modified time | relevance | path

Searched refs:f6i (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/net/
Dip6_fib.h212 static inline void fib6_clean_expires(struct fib6_info *f6i) in fib6_clean_expires() argument
214 f6i->fib6_flags &= ~RTF_EXPIRES; in fib6_clean_expires()
215 f6i->expires = 0; in fib6_clean_expires()
218 static inline void fib6_set_expires(struct fib6_info *f6i, in fib6_set_expires() argument
221 f6i->expires = expires; in fib6_set_expires()
222 f6i->fib6_flags |= RTF_EXPIRES; in fib6_set_expires()
225 static inline bool fib6_check_expired(const struct fib6_info *f6i) in fib6_check_expired() argument
227 if (f6i->fib6_flags & RTF_EXPIRES) in fib6_check_expired()
228 return time_after(jiffies, f6i->expires); in fib6_check_expired()
237 static inline bool fib6_get_cookie_safe(const struct fib6_info *f6i, in fib6_get_cookie_safe() argument
[all …]
Dip6_route.h69 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp() argument
71 return (f6i->fib6_flags & (RTF_GATEWAY|RTF_ADDRCONF|RTF_DYNAMIC)) == in rt6_qualify_for_ecmp()
105 int ip6_ins_rt(struct net *net, struct fib6_info *f6i);
106 int ip6_del_rt(struct net *net, struct fib6_info *f6i);
108 void rt6_flush_exceptions(struct fib6_info *f6i);
109 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
112 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr() argument
119 if (f6i && f6i->fib6_prefsrc.plen) { in ip6_route_get_saddr()
120 *saddr = f6i->fib6_prefsrc.addr; in ip6_route_get_saddr()
122 struct net_device *dev = f6i ? fib6_info_nh_dev(f6i) : NULL; in ip6_route_get_saddr()
[all …]
Daddrconf.h251 struct fib6_info *f6i,
255 u32 (*ip6_mtu_from_fib6)(struct fib6_info *f6i, struct in6_addr *daddr,
/linux-4.19.296/include/trace/events/
Dfib6.h15 TP_PROTO(const struct net *net, const struct fib6_info *f6i,
18 TP_ARGS(net, f6i, table, flp),
42 __entry->err = ip6_rt_type_to_error(f6i->fib6_type);
65 if (f6i->fib6_nh.nh_dev) {
66 __assign_str(name, f6i->fib6_nh.nh_dev);
70 if (f6i == net->ipv6.fib6_null_entry) {
76 } else if (f6i) {
78 *in6 = f6i->fib6_nh.nh_gw;