Home | History | Annotate | Download | only in ip

Lines Matching full:linfo

745 	struct nlmsg_list **linfo = (struct nlmsg_list**)arg;
756 for (lp = linfo; *lp; lp = &(*lp)->next) /* NOTHING */;
765 struct nlmsg_list *linfo = NULL;
863 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo) < 0) {
956 lp=&linfo;
1013 for (l=linfo; l; l = n) {