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()3972 if (ro->ro_lle != NULL) { in route_clear()3973 LLE_REMREF(ro->ro_lle); in route_clear()3974 ro->ro_lle = NULL; in route_clear()3997 if (dst->ro_lle != NULL) { in route_copyout()3998 LLE_ADDREF(dst->ro_lle); in route_copyout()4020 if (dst->ro_lle != NULL) { in route_copyin()4021 LLE_REMREF(dst->ro_lle); in route_copyin()4047 if (dst->ro_lle != src->ro_lle) { in route_copyin()[all …]
154 struct llentry *ro_lle; member