Searched refs:ip_rt_ioctl (Results 1 – 4 of 4) sorted by relevance
219 int ip_rt_ioctl(struct net *, unsigned int cmd, struct rtentry *rt);
398 if ((err = ip_rt_ioctl(&init_net, SIOCADDRT, &rm)) < 0) { in ic_setup_routes()
595 int ip_rt_ioctl(struct net *net, unsigned int cmd, struct rtentry *rt) in ip_rt_ioctl() function
924 err = ip_rt_ioctl(net, cmd, &rt); in inet_ioctl()