Searched refs:gw_ss (Results 1 – 1 of 1) sorted by relevance
1655 struct sockaddr_storage dst_ss, gw_ss; in ifa_ifwithroute_common_locked() local1697 gw = sa_copy(__DECONST_SA(gw), &gw_ss, IN6_NULL_IF_EMBEDDED_SCOPE(&ifscope)); in ifa_ifwithroute_common_locked()4315 struct sockaddr_storage key_ss, gw_ss; in rt_revalidate_gwroute() local4321 (void) sa_copy(rt->rt_gateway, &gw_ss, NULL); in rt_revalidate_gwroute()4323 isequal = sa_equal(SA(&key_ss), SA(&gw_ss)); in rt_revalidate_gwroute()