Searched refs:ro_lle (Results 1 – 3 of 3) sorted by relevance
111 struct llentry *ro_lle; member154 if ((_ro)->ro_lle != NULL) { \155 LLE_REMREF((_ro)->ro_lle); \156 (_ro)->ro_lle = NULL; \
427 _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 …]
154 struct llentry *ro_lle; member