Searched refs:ln (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | nd6.c | 318 struct llinfo_nd6 *ln = arg; in nd6_llinfo_free() local 320 if (ln->ln_next != NULL || ln->ln_prev != NULL) { in nd6_llinfo_free() 321 panic("%s: trying to free %p when it is in use", __func__, ln); in nd6_llinfo_free() 326 if (ln->ln_hold != NULL) { in nd6_llinfo_free() 327 m_freem_list(ln->ln_hold); in nd6_llinfo_free() 328 ln->ln_hold = NULL; in nd6_llinfo_free() 332 VERIFY(ln->ln_rt->rt_llinfo == ln); in nd6_llinfo_free() 333 if (ln->ln_rt->rt_llinfo_purge != NULL) { in nd6_llinfo_free() 334 ln->ln_rt->rt_llinfo_purge(ln->ln_rt); in nd6_llinfo_free() 337 zfree(llinfo_nd6_zone, ln); in nd6_llinfo_free() [all …]
|
| H A D | nd6_nbr.c | 176 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llreach_alloc() local 179 (ln->ln_expire != 0 || (ifp->if_eflags & IFEF_IPV6_ND6ALT) != 0) && in nd6_llreach_alloc() 189 if ((lr = ln->ln_llreach) != NULL) { in nd6_llreach_alloc() 216 lr = ln->ln_llreach = ifnet_llreach_alloc(ifp, in nd6_llreach_alloc() 237 nd6_llreach_use(struct llinfo_nd6 *ln) in nd6_llreach_use() argument 239 if (ln->ln_llreach != NULL) { in nd6_llreach_use() 240 ln->ln_lastused = net_uptime(); in nd6_llreach_use() 573 struct llinfo_nd6 *ln, /* for source address determination */ in nd6_ns_output() argument 691 if (ln != NULL) { in nd6_ns_output() 692 RT_LOCK(ln->ln_rt); in nd6_ns_output() [all …]
|
| H A D | nd6.h | 120 #define ND6_CACHE_STATE_TRANSITION(ln, nstate) do {\ argument 122 struct rtentry *ln_rt = ln != NULL ? (ln)->ln_rt : NULL; \ 127 ndcache_state2str((ln)->ln_state),\ 131 if (ln != NULL)\ 132 (ln)->ln_state = nstate;\
|
| H A D | nd6_rtr.c | 1507 struct llinfo_nd6 *ln = NULL; in defrouter_select() local 1684 (ln = rt->rt_llinfo) != NULL && in defrouter_select() 1685 ND6_IS_LLINFO_PROBREACH(ln)) { in defrouter_select() 1737 if ((ln = rt->rt_llinfo) != NULL && in defrouter_select() 1738 ND6_IS_LLINFO_PROBREACH(ln)) { in defrouter_select() 3053 struct llinfo_nd6 *ln; in find_pfxlist_reachable_router() local 3086 if ((ln = rt->rt_llinfo) != NULL && in find_pfxlist_reachable_router() 3087 ND6_IS_LLINFO_PROBREACH(ln)) { in find_pfxlist_reachable_router()
|
| H A D | nd6_prproxy.c | 867 struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln) in nd6_prproxy_ns_output() argument 976 nd6_ns_output(ifp, daddr, taddr, ln, NULL); in nd6_prproxy_ns_output()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 299 struct llinfo_nd6 *ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve() local 307 (RTF_UP | RTF_LLINFO) || ln == NULL) { in fsw_ethernet_resolve() 323 VERIFY(ln->ln_state > ND6_LLINFO_INCOMPLETE); in fsw_ethernet_resolve() 324 if (ln->ln_state == ND6_LLINFO_STALE) { in fsw_ethernet_resolve() 325 ln->ln_asked = 0; in fsw_ethernet_resolve() 326 ND6_CACHE_STATE_TRANSITION(ln, in fsw_ethernet_resolve() 328 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve() 349 if (ln->ln_expire == 0 && in fsw_ethernet_resolve() 350 ln->ln_state == ND6_LLINFO_REACHABLE) { in fsw_ethernet_resolve() 358 SK_KVA(ln), err); in fsw_ethernet_resolve() [all …]
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_lock.c | 996 struct lockd_notify ln; in nfslockdnotify() local 1006 headsize = (char*)&ln.ln_addr[0] - (char*)&ln.ln_version; in nfslockdnotify() 1007 error = copyin(argp, &ln, headsize); in nfslockdnotify() 1011 if (ln.ln_version != LOCKD_NOTIFY_VERSION) { in nfslockdnotify() 1014 if ((ln.ln_addrcount < 1) || (ln.ln_addrcount > 128)) { in nfslockdnotify() 1018 saddr = (struct sockaddr *)&ln.ln_addr[0]; in nfslockdnotify() 1022 for (i = 0; i < ln.ln_addrcount; i++) { in nfslockdnotify() 1023 error = copyin(argp, &ln.ln_addr[0], sizeof(ln.ln_addr[0])); in nfslockdnotify() 1027 argp += sizeof(ln.ln_addr[0]); in nfslockdnotify()
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | files.arm | 72 osfmk/OPTIONS/ln optional ln
|
| H A D | files.arm64 | 83 osfmk/OPTIONS/ln optional ln
|
| H A D | files.x86_64 | 103 #osfmk/OPTIONS/ln optional ln
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.cmd | 281 LN = /bin/ln -fs
|
| H A D | MakeInc.rule | 482 $(_v)ln -f $$< $$@
|