Searched refs:flowidn (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/net/ |
D | dn_fib.h | 86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, 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);
|
D | flow.h | 149 struct flowidn { struct 169 struct flowidn dn; argument 192 static inline struct flowi *flowidn_to_flowi(struct flowidn *fldn) in flowidn_to_flowi() 209 BUILD_BUG_ON(sizeof(struct flowidn) % sizeof(flow_compare_t)); in flow_key_size() 210 return sizeof(struct flowidn) / sizeof(flow_compare_t); in flow_key_size()
|
D | dn_route.h | 19 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *, 75 struct flowidn fld;
|
D | dn.h | 196 static inline void dn_sk_ports_copy(struct flowidn *fld, struct dn_scp *scp) in dn_sk_ports_copy()
|
/linux-4.4.14/net/decnet/ |
D | dn_rules.c | 53 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) in dn_fib_lookup() 70 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action() 110 struct flowidn *fld = &fl->u.dn; in dn_fib_rule_match() 182 struct flowidn fld = { .daddr = addr }; in dnet_addr_type()
|
D | dn_route.c | 322 static inline int compare_keys(struct flowidn *fl1, struct flowidn *fl2) in compare_keys() 961 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowidn *oldflp, int try_hard) in dn_route_output_slow() 963 struct flowidn fld = { in dn_route_output_slow() 1254 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key() 1280 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key() 1296 int dn_route_output_sock(struct dst_entry __rcu **pprt, struct flowidn *fl, struct sock *sk, int fl… in dn_route_output_sock() 1324 struct flowidn fld = { in dn_route_input_slow() 1651 struct flowidn fld; in dn_cache_getroute()
|
D | dn_fib.c | 196 struct flowidn fld; in dn_fib_check_nh() 412 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… in dn_fib_semantic_match() 454 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res) in dn_fib_select_multipath()
|
D | dn_nsp_out.c | 79 struct flowidn fld; in dn_nsp_send()
|
D | dn_table.c | 787 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 | 912 struct flowidn fld; in __dn_connect()
|