Searched refs:llinfo_nd6 (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.c | 166 struct llinfo_nd6 llinfo_nd6 = { variable 167 .ln_next = &llinfo_nd6, 168 .ln_prev = &llinfo_nd6, 206 static struct llinfo_nd6 *nd6_llinfo_alloc(zalloc_flags_t); 212 static uint64_t ln_getexpire(struct llinfo_nd6 *); 242 (_ln)->ln_next = llinfo_nd6.ln_next; \ 243 llinfo_nd6.ln_next = (_ln); \ 244 (_ln)->ln_prev = &llinfo_nd6; \ 249 static KALLOC_TYPE_DEFINE(llinfo_nd6_zone, struct llinfo_nd6, NET_KT_DEFAULT); 306 static struct llinfo_nd6 * [all …]
|
| 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));\ 730 extern struct llinfo_nd6 llinfo_nd6; 868 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t); 877 const struct in6_addr *, struct llinfo_nd6 *, 911 extern void nd6_llreach_use(struct llinfo_nd6 *); 969 struct in6_addr *, struct in6_addr *, struct llinfo_nd6 *);
|
| H A D | nd6_nbr.c | 185 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llreach_alloc() 247 nd6_llreach_use(struct llinfo_nd6 *ln) in nd6_llreach_use() 592 struct llinfo_nd6 *ln, /* for source address determination */ in nd6_ns_output() 951 struct llinfo_nd6 *__single ln; in nd6_na_input() 2558 struct llinfo_nd6 *__single 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 | 1544 struct llinfo_nd6 *__single ln = NULL; in defrouter_select()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 302 struct llinfo_nd6 *__single ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()
|