Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Droute.h136 struct llentry *ro_lle; member
175 if ((_ro)->ro_lle != NULL) { \
176 LLE_REMREF((_ro)->ro_lle); \
177 (_ro)->ro_lle = NULL; \
H A Droute.c430 _CASSERT(offsetof(struct route, ro_lle) == in route_init()
431 offsetof(struct route_in6, ro_lle)); in route_init()
3970 if (dst->ro_lle != NULL) { in route_copyout()
3971 LLE_ADDREF(dst->ro_lle); in route_copyout()
3993 if (dst->ro_lle != NULL) { in route_copyin()
3994 LLE_REMREF(dst->ro_lle); in route_copyin()
4020 if (dst->ro_lle != src->ro_lle) { in route_copyin()
4021 if (dst->ro_lle != NULL) { in route_copyin()
4022 LLE_REMREF(dst->ro_lle); in route_copyin()
4024 dst->ro_lle = src->ro_lle; in route_copyin()
[all …]
/xnu-8020.101.4/bsd/netinet6/
H A Din6.h512 struct llentry *ro_lle; member