Home
last modified time | relevance | path

Searched defs:f6i (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dip6_fib.h224 struct fib6_info *f6i; member
253 static inline void fib6_clean_expires(struct fib6_info *f6i) in fib6_clean_expires()
262 static inline void fib6_set_expires(struct fib6_info *f6i, in fib6_set_expires()
269 static inline bool fib6_check_expired(const struct fib6_info *f6i) in fib6_check_expired()
281 static inline bool fib6_get_cookie_safe(const struct fib6_info *f6i, in fib6_get_cookie_safe()
330 static inline void fib6_info_hold(struct fib6_info *f6i) in fib6_info_hold()
335 static inline bool fib6_info_hold_safe(struct fib6_info *f6i) in fib6_info_hold_safe()
340 static inline void fib6_info_release(struct fib6_info *f6i) in fib6_info_release()
548 static inline void fib6_add_gc_list(struct fib6_info *f6i) in fib6_add_gc_list()
570 static inline void fib6_remove_gc_list(struct fib6_info *f6i) in fib6_remove_gc_list()
[all …]
H A Dnexthop.h530 fib6_info_nh_dev(struct fib6_info * f6i) fib6_info_nh_dev() argument
/linux/net/ipv6/
H A Danycast.c277 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i, in aca_alloc()
335 struct fib6_info *f6i; in __ipv6_dev_ac_inc() local