Home
last modified time | relevance | path

Searched refs:nd6_prproxy_prelist (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_prproxy.c109 struct nd6_prproxy_prelist { struct
110 SLIST_ENTRY(nd6_prproxy_prelist) ndprl_le;
140 SLIST_HEAD(nd6_prproxy_prelist_head, nd6_prproxy_prelist);
144 static struct nd6_prproxy_prelist *nd6_ndprl_alloc(zalloc_flags_t);
145 static void nd6_ndprl_free(struct nd6_prproxy_prelist *);
181 sizeof(struct nd6_prproxy_prelist), ZC_ZFREE_CLEARMEM); /* nd6_prproxy_prelist zone */
210 static struct nd6_prproxy_prelist *
217 nd6_ndprl_free(struct nd6_prproxy_prelist *ndprl) in nd6_ndprl_free()
233 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp; in nd6_prproxy_prelist_setroute()
245 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
[all …]