Home
last modified time | relevance | path

Searched defs:fi (Results 1 – 6 of 6) sorted by relevance

/net/ipv4/
Dfib_semantics.c67 #define for_nexthops(fi) { \ argument
73 #define change_nexthops(fi) { \ argument
83 #define for_nexthops(fi) { \ argument
87 #define change_nexthops(fi) { \ argument
94 #define endfor_nexthops(fi) } argument
233 struct fib_info *fi = container_of(head, struct fib_info, rcu); in free_fib_info_rcu() local
248 void free_fib_info(struct fib_info *fi) in free_fib_info()
259 void fib_release_info(struct fib_info *fi) in fib_release_info()
286 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi) in nh_comp()
355 static inline unsigned int fib_info_hashfn(struct fib_info *fi) in fib_info_hashfn()
[all …]
Dfib_trie.c1217 struct fib_info *fi; in fib_table_insert() local
1571 struct fib_info *fi = fa->fa_info; in fib_table_lookup() local
1736 struct fib_info *fi = fa->fa_info; in fib_table_delete() local
2067 struct fib_info *fi = fa->fa_info; in fib_table_flush() local
2142 struct fib_info *fi = fa->fa_info; in __fib_info_notify_update() local
2177 struct fib_info *fi = fa->fa_info; in fib_leaf_notify() local
2277 struct fib_info *fi = fa->fa_info; in fn_trie_dump_leaf() local
2932 static unsigned int fib_flag_trans(int type, __be32 mask, struct fib_info *fi) in fib_flag_trans()
2974 struct fib_info *fi = fa->fa_info; in fib_route_seq_show() local
Dfib_lookup.h48 struct fib_info *fi) in fib_result_assign()
Droute.c1406 struct fib_info *fi = res->fi; in ip_mtu_from_fib_result() local
1574 struct fib_info *fi, u16 type, u32 itag, in rt_set_nexthop()
2517 struct fib_info *fi = res->fi; in __mkroute_output() local
3133 u32 table_id, struct fib_info *fi, in fib_dump_info_fnhe()
Dnexthop.c1389 struct fib_info *fi; in fib_check_nh_list() local
1846 struct fib_info *fi; in __remove_nexthop_fib() local
2187 struct fib_info *fi; in __nexthop_replace_notify() local
Dfib_frontend.c308 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev) in fib_info_nh_uses_dev()