06 Jan, 2016

1 commit

  • IOCTL SIOCRTMSG does nothing but return EINVAL.

    So comment it as unused.

    SIOCRTMSG is only used in:
    * net/ipv4/af_inet.c
    * include/uapi/linux/sockios.h

    inet_ioctl calls ip_rt_ioctl.
    ip_rt_ioctl only handles SIOCADDRT and SIOCDELRT and returns -EINVAL
    otherwise.

    Signed-off-by: Heinrich Schuchardt
    Signed-off-by: David S. Miller

    xypron.glpk@gmx.de
     

20 Nov, 2013

1 commit


13 Oct, 2012

1 commit