Searched refs:ro_lle (Results 1 – 3 of 3) sorted by relevance
136 struct llentry *ro_lle; member175 if ((_ro)->ro_lle != NULL) { \176 LLE_REMREF((_ro)->ro_lle); \177 (_ro)->ro_lle = NULL; \
430 _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 …]
512 struct llentry *ro_lle; member