Lines Matching refs:rtmsg
129 struct rtmsg *r = NLMSG_DATA(n); in filter_nlmsg()
266 int calc_host_len(struct rtmsg *r) in calc_host_len()
283 struct rtmsg *r = NLMSG_DATA(n); in print_route()
667 int parse_nexthops(struct nlmsghdr *n, struct rtmsg *r, int argc, char **argv) in parse_nexthops()
703 struct rtmsg r; in iproute_modify()
719 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in iproute_modify()
1024 struct rtmsg rtm; in rtnl_rtcache_request()
1071 struct rtmsg *r = NLMSG_DATA(n); in save_route()
1348 struct rtmsg r; in iproute_get()
1362 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in iproute_get()
1460 struct rtmsg *r = NLMSG_DATA(&req.n); in iproute_get()