Searched refs:dn_fib_res (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/net/
H A Ddn_fib.h8 struct dn_fib_res { struct
87 struct dn_fib_res *res);
106 const struct flowidn *fld, struct dn_fib_res *res);
109 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res);
125 int dn_fib_lookup(struct flowidn *fld, struct dn_fib_res *res);
137 static inline void dn_fib_res_put(struct dn_fib_res *res) dn_fib_res_put()
/linux-4.4.14/net/decnet/
H A Ddn_rules.c53 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) dn_fib_lookup()
96 err = tbl->lookup(tbl, fld, (struct dn_fib_res *)arg->result); dn_fib_rule_action()
183 struct dn_fib_res res; dnet_addr_type()
H A Ddn_fib.c197 struct dn_fib_res res; dn_fib_check_nh()
412 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fib_res *res) dn_fib_semantic_match()
454 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res) dn_fib_select_multipath()
H A Ddn_route.c876 static int dn_rt_set_next_hop(struct dn_route *rt, struct dn_fib_res *res) dn_rt_set_next_hop()
950 static inline __le16 __dn_fib_res_prefsrc(struct dn_fib_res *res) __dn_fib_res_prefsrc()
955 static inline __le16 dn_fib_rules_map_destination(__le16 daddr, struct dn_fib_res *res) dn_fib_rules_map_destination()
976 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST }; dn_route_output_slow()
1331 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE }; dn_route_input_slow()
H A Ddn_table.c787 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_res *res) dn_fib_table_lookup()

Completed in 138 milliseconds