Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/ !
H A Dnd6_prproxy.c110 struct nd6_prproxy_prelist { struct
111 SLIST_ENTRY(nd6_prproxy_prelist) ndprl_le;
141 SLIST_HEAD(nd6_prproxy_prelist_head, nd6_prproxy_prelist);
145 static struct nd6_prproxy_prelist *nd6_ndprl_alloc(zalloc_flags_t);
146 static void nd6_ndprl_free(struct nd6_prproxy_prelist *);
182 struct nd6_prproxy_prelist, NET_KT_DEFAULT); /* nd6_prproxy_prelist zone */
211 static struct nd6_prproxy_prelist *
218 nd6_ndprl_free(struct nd6_prproxy_prelist *ndprl) in nd6_ndprl_free()
234 struct nd6_prproxy_prelist *__single up, *__single down, *__single ndprl_tmp; in nd6_prproxy_prelist_setroute()
246 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
[all …]