Searched refs:nlmsg_alloc_rtmsg (Results 1 – 4 of 4) sorted by relevance
24 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt);
96 msg = nlmsg_alloc_rtmsg(type, flags, &rt); in if_route()
129 nlmsg = nlmsg_alloc_rtmsg(RTM_GETROUTE, NLM_F_REQUEST | NLM_F_ROOT, &msg); in get_default_route()
102 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt) { in nlmsg_alloc_rtmsg() function