Searched refs:netlink_res (Results 1 – 3 of 3) sorted by relevance
28 struct netlink_res struct30 struct netlink_res *next; argument42 struct netlink_res *nlm_list; /* Pointer to list of responses. */ argument43 struct netlink_res *end_ptr; /* For faster append of new entries. */
76 struct netlink_res *ptr; in __netlink_free_handle()82 struct netlink_res *tmpptr; in __netlink_free_handle()128 struct netlink_res *nlm_next; in __netlink_request()217 nlm_next = (struct netlink_res *) malloc (sizeof (struct netlink_res) in __netlink_request()319 struct netlink_res *nlp; in getifaddrs_internal()
104 for (struct netlink_res *nlp = nh.nlm_list; nlp; nlp = nlp->next) in weak_alias()138 for (struct netlink_res *nlp = nh.nlm_list; nlp; nlp = nlp->next) in weak_alias()