Home
last modified time | relevance | path

Searched refs:ip_route_output_key_hash_rcu (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Droute.h119 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c2553 rth = ip_route_output_key_hash_rcu(net, fl4, &res, skb); in ip_route_output_key_hash()
2560 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *fl4, in ip_route_output_key_hash_rcu() function
3276 rt = ip_route_output_key_hash_rcu(net, &fl4, &res, skb); in inet_rtm_getroute()