Searched refs:route_generation (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c389 rt->generation_id != route_generation) {
419 rt->generation_id != route_generation) {
H A Din6_src.c696 ro->ro_rt->generation_id == route_generation &&
730 ro->ro_rt->generation_id != route_generation)
815 ron->ro_rt->generation_id != route_generation ||
874 ro->ro_rt->generation_id != route_generation ||
980 route->ro_rt->generation_id = route_generation;
H A Din6_gif.c203 (sc->gif_ro6.ro_rt->generation_id != route_generation ||
H A Draw_ip6.c542 in6p->in6p_route.ro_rt->generation_id != route_generation) {
H A Dip6_output.c840 ro->ro_rt->generation_id != route_generation)) {
1763 ro_pmtu->ro_rt->generation_id != route_generation ||
H A Dnd6_prproxy.c545 rt->generation_id != route_generation) {
H A Dipsec.c3162 (ro4->ro_rt->generation_id != route_generation ||
3623 (ro4->ro_rt->generation_id != route_generation ||
3735 (ro6->ro_rt->generation_id != route_generation ||
/darwin-on-arm/xnu/bsd/net/
H A Droute.h483 __private_extern__ uint32_t route_generation; variable
H A Dif_utun_crypto_ipsec.c770 (ro->ro_rt->generation_id != route_generation ||
866 (ro->ro_rt->generation_id != route_generation ||
H A Droute.c312 uint32_t route_generation = 0; variable
782 (void) atomic_add_32_ov(&route_generation, 1);
809 rt->generation_id == route_generation) {
819 ro->ro_rt->generation_id = route_generation;
H A Ddlil.c1351 * Bump filter count and route_generation ID to let TCP
1441 * Decrease filter count and route_generation ID to let TCP
5547 src_rt.ro_rt->generation_id != route_generation) {
5585 src_rt.ro_rt->generation_id != route_generation) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c195 (sc->gif_ro.ro_rt->generation_id != route_generation ||
H A Dip_output.c547 if (ro->ro_rt->generation_id != route_generation &&
575 ro->ro_rt->generation_id != route_generation)
576 ro->ro_rt->generation_id = route_generation;
625 ro->ro_rt->generation_id != route_generation ||
1239 if (ro->ro_rt != NULL && ro->ro_rt->generation_id != route_generation) {
3141 ro->ro_rt->generation_id != route_generation)
3356 ro->ro_rt->generation_id = route_generation;
H A Dtcp_subr.c1039 INADDR_ANY || rt->generation_id != route_generation) {
2133 rt->generation_id != route_generation) {
2215 rt->generation_id != route_generation) {
H A Dtcp_output.c361 rt->generation_id != route_generation)) {
439 rt->generation_id = route_generation;
H A Draw_ip.c436 inp->inp_route.ro_rt->generation_id != route_generation) {
H A Din_pcb.c757 ro->ro_rt->generation_id != route_generation)) {
H A Dudp_usrreq.c1378 inp->inp_route.ro_rt->generation_id != route_generation) {
H A Dip_input.c2411 fwd_rt.ro_rt->generation_id != route_generation ||

Completed in 88 milliseconds