]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: rename datagram_send_ctl and datagram_recv_ctl
authorTom Parkin <tparkin@katalix.com>
Thu, 31 Jan 2013 01:02:24 +0000 (01:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Jan 2013 18:53:08 +0000 (13:53 -0500)
commit02d895ad50333e33ea9f956bde36a814233568bd
treeba01e728c33c6fbaaff8c1c10770c10823739bc6
parente8aefc85bd25b68b15fb8b980819f5820e3a657d
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>
include/net/transp_v6.h
net/ipv6/datagram.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ipv6_sockglue.c
net/ipv6/raw.c
net/ipv6/udp.c
net/l2tp/l2tp_ip6.c
net/sunrpc/svcsock.c