Home
last modified time | relevance | path

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

/xnu-10002.1.13/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()
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 …]
/xnu-10002.1.13/bsd/netinet6/
H A Din6_private.h154 struct llentry *ro_lle; member