Searched defs:fi (Results 1 – 7 of 7) sorted by relevance
/net/ipv4/ |
D | fib_semantics.c | 62 #define for_nexthops(fi) { \ argument 68 #define change_nexthops(fi) { \ argument 78 #define for_nexthops(fi) { \ argument 82 #define change_nexthops(fi) { \ argument 89 #define endfor_nexthops(fi) } argument 206 struct fib_info *fi = container_of(head, struct fib_info, rcu); in free_fib_info_rcu() local 224 void free_fib_info(struct fib_info *fi) in free_fib_info() 240 void fib_release_info(struct fib_info *fi) in fib_release_info() 258 static inline int nh_comp(const struct fib_info *fi, const struct fib_info *ofi) in nh_comp() 289 static inline unsigned int fib_info_hashfn(const struct fib_info *fi) in fib_info_hashfn() [all …]
|
D | fib_lookup.h | 40 struct fib_info *fi) in fib_result_assign()
|
D | fib_trie.c | 110 int dst_len, struct fib_info *fi, in call_fib_entry_notifiers() 1116 struct fib_info *fi; in fib_table_insert() local 1415 struct fib_info *fi = fa->fa_info; in fib_table_lookup() local 1543 struct fib_info *fi = fa->fa_info; in fib_table_delete() local 1875 struct fib_info *fi = fa->fa_info; in fib_table_flush() local 2569 static unsigned int fib_flag_trans(int type, __be32 mask, const struct fib_info *fi) in fib_flag_trans() 2607 const struct fib_info *fi = fa->fa_info; in fib_route_seq_show() local
|
D | route.c | 1426 struct fib_info *fi, u16 type, u32 itag) in rt_set_nexthop() 2041 struct fib_info *fi = res->fi; in __mkroute_output() local
|
/net/decnet/ |
D | dn_fib.c | 52 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\ argument 55 #define change_nexthops(fi) { int nhsel; struct dn_fib_nh *nh;\ argument 58 #define endfor_nexthops(fi) } argument 86 void dn_fib_free_info(struct dn_fib_info *fi) in dn_fib_free_info() 101 void dn_fib_release_info(struct dn_fib_info *fi) in dn_fib_release_info() 117 static inline int dn_fib_nh_comp(const struct dn_fib_info *fi, const struct dn_fib_info *ofi) in dn_fib_nh_comp() 163 static int dn_fib_get_nhs(struct dn_fib_info *fi, const struct nlattr *attr, in dn_fib_get_nhs() 194 static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct dn_fib_nh *nh) in dn_fib_check_nh() 270 struct dn_fib_info *fi = NULL; in dn_fib_create_info() local 415 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… in dn_fib_semantic_match() [all …]
|
D | dn_table.c | 63 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\ argument 66 #define endfor_nexthops(fi) } argument 227 …fib_nh_match(struct rtmsg *r, struct nlmsghdr *nlh, struct nlattr *attrs[], struct dn_fib_info *fi) in dn_fib_nh_match() 272 static inline size_t dn_fib_nlmsg_size(struct dn_fib_info *fi) in dn_fib_nlmsg_size() 301 struct dn_fib_info *fi, unsigned int flags) in dn_fib_dump_info() 532 struct dn_fib_info *fi; in dn_fib_table_insert() local 700 struct dn_fib_info *fi = DN_FIB_INFO(f); in dn_fib_table_delete() local 751 struct dn_fib_info *fi = DN_FIB_INFO(f); in dn_flush_list() local
|
D | dn_route.c | 872 struct dn_fib_info *fi = res->fi; in dn_rt_set_next_hop() local
|