Searched refs:llinfo_nd6 (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | nd6.h | 77 struct llinfo_nd6 { struct 81 struct llinfo_nd6 *ln_next; argument 82 struct llinfo_nd6 *ln_prev; argument 122 DTRACE_IP2(nd6_state_transition, struct llinfo_nd6 *, (ln), int, (nstate));\ 813 extern struct llinfo_nd6 llinfo_nd6; 930 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t); 939 const struct in6_addr *, struct llinfo_nd6 *, uint8_t *); 946 extern void nd6_llreach_use(struct llinfo_nd6 *); 1003 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 *); 246 (_ln)->ln_next = llinfo_nd6.ln_next; \ 247 llinfo_nd6.ln_next = (_ln); \ 248 (_ln)->ln_prev = &llinfo_nd6; \ 253 static KALLOC_TYPE_DEFINE(llinfo_nd6_zone, struct llinfo_nd6, NET_KT_DEFAULT); 310 static struct llinfo_nd6 * [all …]
|
| H A D | nd6_nbr.c | 184 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llreach_alloc() 245 nd6_llreach_use(struct llinfo_nd6 *ln) in nd6_llreach_use() 580 struct llinfo_nd6 *ln, /* for source address determination */ in nd6_ns_output() 932 struct llinfo_nd6 *ln; in nd6_na_input() 2554 struct llinfo_nd6 *ln = NULL; in nd6_alt_node_present()
|
| H A D | nd6_prproxy.c | 867 struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln) in nd6_prproxy_ns_output()
|
| H A D | nd6_rtr.c | 1530 struct llinfo_nd6 *ln = NULL; in defrouter_select()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 297 struct llinfo_nd6 *ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()
|