Searched refs:rtm_new_nexthop (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dnexthop.c3196 static int rtm_new_nexthop(struct sk_buff *skb, struct nlmsghdr *nlh, function
4037 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0);
4042 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0);
4045 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0);

Completed in 319 milliseconds