Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Droute_private.h111 struct llentry *ro_lle; member
154 if ((_ro)->ro_lle != NULL) { \
155 LLE_REMREF((_ro)->ro_lle); \
156 (_ro)->ro_lle = NULL; \
H A Droute.c427 _CASSERT(offsetof(struct route, ro_lle) == in route_init()
428 offsetof(struct route_in6, ro_lle)); in route_init()
3967 if (ro->ro_lle != NULL) { in route_clear()
3968 LLE_REMREF(ro->ro_lle); in route_clear()
3969 ro->ro_lle = NULL; in route_clear()
3992 if (dst->ro_lle != NULL) { in route_copyout()
3993 LLE_ADDREF(dst->ro_lle); in route_copyout()
4015 if (dst->ro_lle != NULL) { in route_copyin()
4016 LLE_REMREF(dst->ro_lle); in route_copyin()
4042 if (dst->ro_lle != src->ro_lle) { in route_copyin()
[all …]
/xnu-8792.41.9/bsd/netinet6/
H A Din6_private.h154 struct llentry *ro_lle; member