Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dip_tunnel.c53 static unsigned int ip_tunnel_hash(__be32 key, __be32 remote) in ip_tunnel_hash() function
93 hash = ip_tunnel_hash(key, remote); in ip_tunnel_lookup()
126 hash = ip_tunnel_hash(key, 0); in ip_tunnel_lookup()
189 h = ip_tunnel_hash(i_key, remote); in ip_bucket()