Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c122 struct nd6_prproxy_solsrc { struct
123 TAILQ_ENTRY(nd6_prproxy_solsrc) solsrc_tqe;
138 TAILQ_HEAD(, nd6_prproxy_solsrc) soltgt_q; argument
147 static struct nd6_prproxy_solsrc *nd6_solsrc_alloc(int);
148 static void nd6_solsrc_free(struct nd6_prproxy_solsrc *);
185 struct nd6_prproxy_solsrc, NET_KT_DEFAULT); /* nd6_prproxy_solsrc zone */
1274 static struct nd6_prproxy_solsrc *
1281 nd6_solsrc_free(struct nd6_prproxy_solsrc *ssrc) in nd6_solsrc_free()
1355 struct nd6_prproxy_solsrc *__single ssrc; in nd6_solsrc_enq()
1423 struct nd6_prproxy_solsrc *__single ssrc; in nd6_solsrc_deq()
[all …]