Searched refs:flp (Results 1 – 3 of 3) sorted by relevance
/include/net/ |
D | ip_fib.h | 191 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 222 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument 228 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup() 232 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup() 244 int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res); 246 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument 252 !fib_table_lookup(net->ipv4.fib_local, flp, res, in fib_lookup() 256 !fib_table_lookup(net->ipv4.fib_main, flp, res, in fib_lookup() 260 !fib_table_lookup(net->ipv4.fib_default, flp, res, in fib_lookup() 265 return __fib_lookup(net, flp, res); in fib_lookup()
|
D | route.h | 111 struct rtable *__ip_route_output_key(struct net *, struct flowi4 *flp); 112 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 117 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument 119 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
|
/include/linux/ |
D | fs.h | 1117 struct file_lock **flp, void **priv) in generic_setlease() argument
|