Home
last modified time | relevance | path

Searched refs:flp (Results 1 – 3 of 3) sorted by relevance

/include/net/
Dip_fib.h188 extern int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp,
219 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument
225 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
229 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
241 extern int __fib_lookup(struct net *net, struct flowi4 *flp,
244 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument
250 !fib_table_lookup(net->ipv4.fib_local, flp, res, in fib_lookup()
254 !fib_table_lookup(net->ipv4.fib_main, flp, res, in fib_lookup()
258 !fib_table_lookup(net->ipv4.fib_default, flp, res, in fib_lookup()
263 return __fib_lookup(net, flp, res); in fib_lookup()
Droute.h114 extern struct rtable *__ip_route_output_key(struct net *, struct flowi4 *flp);
115 extern struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
119 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument
121 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
/include/linux/
Dfs.h1131 struct file_lock **flp) in generic_setlease() argument