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; \
431 _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 …]
512 struct llentry *ro_lle; member