Searched defs:f6i (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/net/ |
D | ip6_fib.h | 223 struct fib6_info *f6i; member 252 static inline void fib6_clean_expires(struct fib6_info *f6i) in fib6_clean_expires() 261 static inline void fib6_set_expires(struct fib6_info *f6i, in fib6_set_expires() 268 static inline bool fib6_check_expired(const struct fib6_info *f6i) in fib6_check_expired() 280 static inline bool fib6_get_cookie_safe(const struct fib6_info *f6i, in fib6_get_cookie_safe() 329 static inline void fib6_info_hold(struct fib6_info *f6i) in fib6_info_hold() 334 static inline bool fib6_info_hold_safe(struct fib6_info *f6i) in fib6_info_hold_safe() 339 static inline void fib6_info_release(struct fib6_info *f6i) in fib6_info_release() 519 static inline void fib6_add_gc_list(struct fib6_info *f6i) in fib6_add_gc_list() 541 static inline void fib6_remove_gc_list(struct fib6_info *f6i) in fib6_remove_gc_list() [all …]
|
D | ip6_route.h | 73 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp() 128 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr()
|
D | nexthop.h | 530 static inline struct net_device *fib6_info_nh_dev(struct fib6_info *f6i) in fib6_info_nh_dev()
|
/linux-6.12.1/net/ipv6/ |
D | route.c | 529 struct fib6_info *f6i = res->f6i; in rt6_device_match() local 793 struct fib6_info *f6i; in __find_rr_leaf() local 1097 struct fib6_info *f6i = res->f6i; in ip6_rt_init_dst() local 1136 struct fib6_info *f6i = res->f6i; in ip6_rt_copy_init() local 1191 struct fib6_info *f6i = res->f6i; in ip6_create_rt_rcu() local 1331 struct fib6_info *f6i = res->f6i; in ip6_rt_cache_alloc() local 1371 struct fib6_info *f6i = res->f6i; in ip6_rt_pcpu_alloc() local 1669 struct fib6_info *f6i = res->f6i; in rt6_insert_exception() local 1779 struct fib6_info *f6i = arg; in rt6_nh_flush_exceptions() local 1786 void rt6_flush_exceptions(struct fib6_info *f6i) in rt6_flush_exceptions() [all …]
|
D | anycast.c | 259 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i, in aca_alloc() 286 struct fib6_info *f6i; in __ipv6_dev_ac_inc() local
|
D | ip6_fib.c | 107 void fib6_update_sernum(struct net *net, struct fib6_info *f6i) in fib6_update_sernum() 149 struct fib6_info *f6i; in fib6_info_alloc() local 170 struct fib6_info *f6i = container_of(head, struct fib6_info, rcu); in fib6_info_destroy_rcu() local 721 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set() 1010 static void fib6_drop_pcpu_from(struct fib6_info *f6i, in fib6_drop_pcpu_from() 1375 void fib6_update_sernum_stub(struct net *net, struct fib6_info *f6i) in fib6_update_sernum_stub()
|
D | addrconf.c | 1069 struct fib6_info *f6i = NULL; in ipv6_add_addr() local 1263 struct fib6_info *f6i; in cleanup_prefix_route() local 3586 struct fib6_info *f6i, *prev; in fixup_permanent_addr() local 4810 struct fib6_info *f6i; in modify_prefix_route() local
|
/linux-6.12.1/net/ipv4/ |
D | nexthop.c | 1574 struct fib6_info *f6i; in fib6_check_nh_list() local 2108 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib() local 2169 struct fib6_info *f6i; in nh_rt_cache_flush() local 2446 struct fib6_info *f6i; in __nexthop_replace_notify() local
|