commit | 73df66f8b1926c59cbc83000af6bf37ecc5509dd | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Thu Jan 31 01:02:24 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 13:53:08 2013 -0500 |
tree | ba01e728c33c6fbaaff8c1c10770c10823739bc6 | |
parent | 3d6d7ab5881b1d4431529410b949ba2e946f3b0f [diff] |
ipv6: rename datagram_send_ctl and datagram_recv_ctl The datagram_*_ctl functions in net/ipv6/datagram.c are IPv6-specific. Since datagram_send_ctl is publicly exported it should be appropriately named to reflect the fact that it's for IPv6 only. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>