Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Ddn_fib.h10 struct dn_fib_res { struct
89 struct dn_fib_res *res);
108 const struct flowidn *fld, struct dn_fib_res *res);
111 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res);
127 int dn_fib_lookup(struct flowidn *fld, struct dn_fib_res *res);
139 static inline void dn_fib_res_put(struct dn_fib_res *res) in dn_fib_res_put()
/Linux-v5.10/net/decnet/
Ddn_rules.c54 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) in dn_fib_lookup()
97 err = tbl->lookup(tbl, fld, (struct dn_fib_res *)arg->result); in dn_fib_rule_action()
187 struct dn_fib_res res; in dnet_addr_type()
Ddn_fib.c201 struct dn_fib_res res; in dn_fib_check_nh()
416 …semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fib_res *res) in dn_fib_semantic_match()
458 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res) in dn_fib_select_multipath()
Ddn_route.c864 static int dn_rt_set_next_hop(struct dn_route *rt, struct dn_fib_res *res) in dn_rt_set_next_hop()
938 static inline __le16 __dn_fib_res_prefsrc(struct dn_fib_res *res) in __dn_fib_res_prefsrc()
943 static inline __le16 dn_fib_rules_map_destination(__le16 daddr, struct dn_fib_res *res) in dn_fib_rules_map_destination()
964 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST }; in dn_route_output_slow()
1321 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE }; in dn_route_input_slow()
Ddn_table.c790 …int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_res *res) in dn_fib_table_lookup()