commit | f0b1e64c1331dd8a2f0c30fcd0838db6cb406098 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Fri Dec 01 12:52:30 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 03 10:18:28 2017 -0500 |
tree | 6ce059baf578caa9114dfaa6951a242004eca20f | |
parent | 76d013b20ba9a5f88eee7c90ac82cbc3ee64be18 [diff] |
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h This patch moves the udp[46]_portaddr_hash() to net/ip[v6].h. The function name is renamed to ipv[46]_portaddr_hash(). It will be used by a later patch which adds a second listener hashtable hashed by the address and port. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>