Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_route.h116 int ipv6_route_ioctl(struct net *net, unsigned int cmd,
/linux/net/ipv6/
H A Daf_inet6.c577 return ipv6_route_ioctl(net, cmd, &rtmsg); in inet6_ioctl()
628 return ipv6_route_ioctl(sock_net(sk), cmd, &rt); in inet6_compat_routing_ioctl()
H A Droute.c4465 int ipv6_route_ioctl(struct net *net, unsigned int cmd, struct in6_rtmsg *rtmsg) in ipv6_route_ioctl() function