Searched refs:flowidn (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/net/ |
D | dn_fib.h | 88 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, 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);
|
D | flow.h | 158 struct flowidn { struct 178 struct flowidn dn; argument 202 static inline struct flowi *flowidn_to_flowi(struct flowidn *fldn) in flowidn_to_flowi() 219 BUILD_BUG_ON(sizeof(struct flowidn) % sizeof(flow_compare_t)); in flow_key_size() 220 return sizeof(struct flowidn) / sizeof(flow_compare_t); in flow_key_size()
|
D | dn_route.h | 11 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *, 68 struct flowidn fld;
|
D | dn.h | 190 static inline void dn_sk_ports_copy(struct flowidn *fld, struct dn_scp *scp) in dn_sk_ports_copy()
|
/Linux-v5.4/net/decnet/ |
D | dn_rules.c | 54 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) in dn_fib_lookup() 71 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action() 111 struct flowidn *fld = &fl->u.dn; in dn_fib_rule_match() 186 struct flowidn fld = { .daddr = addr }; in dnet_addr_type()
|
D | dn_route.c | 305 static inline int compare_keys(struct flowidn *fl1, struct flowidn *fl2) in compare_keys() 945 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow() 947 struct flowidn fld = { in dn_route_output_slow() 1240 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key() 1266 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key() 1282 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock() 1310 struct flowidn fld = { in dn_route_input_slow() 1640 struct flowidn fld; in dn_cache_getroute()
|
D | dn_fib.c | 200 struct flowidn fld; in dn_fib_check_nh() 416 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… 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()
|
D | dn_nsp_out.c | 71 struct flowidn fld; in dn_nsp_send()
|
D | dn_table.c | 790 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup()
|
D | af_decnet.c | 904 struct flowidn fld; in __dn_connect()
|