Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c431 _CASSERT(offsetof(struct route, ro_lle) == in route_init()
432 offsetof(struct route_in6, ro_lle)); in route_init()
3975 if (dst->ro_lle != NULL) { in route_copyout()
3976 LLE_ADDREF(dst->ro_lle); in route_copyout()
3998 if (dst->ro_lle != NULL) { in route_copyin()
3999 LLE_REMREF(dst->ro_lle); in route_copyin()
4025 if (dst->ro_lle != src->ro_lle) { in route_copyin()
4026 if (dst->ro_lle != NULL) { in route_copyin()
4027 LLE_REMREF(dst->ro_lle); in route_copyin()
4029 dst->ro_lle = src->ro_lle; in route_copyin()
[all …]
/xnu-8019.80.24/bsd/netinet6/
H A Din6.h512 struct llentry *ro_lle; member