Searched refs:llinfo_nd6 (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | nd6.h | 84 struct llinfo_nd6 { struct 88 struct llinfo_nd6 *ln_next; argument 89 struct llinfo_nd6 *ln_prev; argument 129 DTRACE_IP2(nd6_state_transition, struct llinfo_nd6 *, (ln), int, (nstate));\ 761 extern struct llinfo_nd6 llinfo_nd6; 900 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t); 909 const struct in6_addr *, struct llinfo_nd6 *, 943 extern void nd6_llreach_use(struct llinfo_nd6 *); 1001 struct in6_addr *, struct in6_addr *, struct llinfo_nd6 *);
|
| H A D | nd6.c | 168 struct llinfo_nd6 llinfo_nd6 = { variable 169 .ln_next = &llinfo_nd6, 170 .ln_prev = &llinfo_nd6, 208 static struct llinfo_nd6 *nd6_llinfo_alloc(zalloc_flags_t); 214 static uint64_t ln_getexpire(struct llinfo_nd6 *); 245 (_ln)->ln_next = llinfo_nd6.ln_next; \ 246 llinfo_nd6.ln_next = (_ln); \ 247 (_ln)->ln_prev = &llinfo_nd6; \ 252 static KALLOC_TYPE_DEFINE(llinfo_nd6_zone, struct llinfo_nd6, NET_KT_DEFAULT); 313 static struct llinfo_nd6 * [all …]
|
| H A D | nd6_nbr.c | 186 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llreach_alloc() 248 nd6_llreach_use(struct llinfo_nd6 *ln) in nd6_llreach_use() 593 struct llinfo_nd6 *ln, /* for source address determination */ in nd6_ns_output() 951 struct llinfo_nd6 *__single ln; in nd6_na_input() 2562 struct llinfo_nd6 *__single ln = NULL; in nd6_alt_node_present()
|
| H A D | nd6_prproxy.c | 868 struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln) in nd6_prproxy_ns_output()
|
| H A D | nd6_rtr.c | 1573 struct llinfo_nd6 *__single ln = NULL; in defrouter_select()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 303 struct llinfo_nd6 *__single ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()
|