Home
last modified time | relevance | path

Searched refs:rmx_locks (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/sbin/route/
Drtutil.c294 putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' '); in p_rtentry()
402 (rmx->rmx_locks & RTV_EXPIRE) ? 'L' : ' ', rmx->rmx_recvpipe, in p_rtrmx()
403 (rmx->rmx_locks & RTV_RPIPE) ? 'L' : ' ', rmx->rmx_sendpipe, in p_rtrmx()
404 (rmx->rmx_locks & RTV_SPIPE) ? 'L' : ' '); in p_rtrmx()
407 (rmx->rmx_locks & RTV_SSTHRESH) ? 'L' : ' ', in p_rtrmx()
408 rmx->rmx_rtt, (rmx->rmx_locks & RTV_RTT) ? 'L' : ' ', in p_rtrmx()
409 rmx->rmx_rttvar, (rmx->rmx_locks & RTV_RTTVAR) ? 'L' : ' '); in p_rtrmx()
411 rmx->rmx_hopcount, (rmx->rmx_locks & RTV_HOPCOUNT) ? 'L' : ' '); in p_rtrmx()
Droute.c416 rt_metrics.rmx_locks |= flag; in set_metric()
1602 #define lock(f) ((rtm->rtm_rmx.rmx_locks & __CONCAT(RTV_,f)) ? 'L' : ' ') in print_getmsg()
1641 bprintf(stdout, rtm->rtm_rmx.rmx_locks, metricnames); in pmsg_common()
/netbsd/src/sys/compat/net/
Droute.h51 u_long rmx_locks; /* Kernel must leave these values alone */ member
/netbsd/src/sys/netinet/
Dip_icmp.c1216 if ((rt->rt_rmx.rmx_locks & RTV_MTU) == 0) { in icmp_mtudisc()
1218 rt->rt_rmx.rmx_locks |= RTV_MTU; in icmp_mtudisc()
1288 if ((rt->rt_rmx.rmx_locks & RTV_MTU) == 0) { in icmp_mtudisc_timeout()
Dtcp_subr.c1078 if ((rt->rt_rmx.rmx_locks & RTV_RTT) == 0) { in tcp_close()
1093 if ((rt->rt_rmx.rmx_locks & RTV_RTTVAR) == 0) { in tcp_close()
1109 if (((rt->rt_rmx.rmx_locks & RTV_SSTHRESH) == 0 && in tcp_close()
1946 if (rt->rt_rmx.rmx_locks & RTV_RTT) in tcp_rmx_rtt()
Dip_output.c404 rtmtu_nolock = rt && (rt->rt_rmx.rmx_locks & RTV_MTU) == 0; in ip_output()
Dif_arp.c409 if ((rt->rt_rmx.rmx_locks & RTV_MTU) == 0 && in arp_rtrequest()
/netbsd/src/usr.bin/netstat/
Droute.c264 putchar((rt->rt_rmx.rmx_locks & RTV_MTU) ? 'L' : ' '); in p_krtentry()
/netbsd/src/sys/net/
Drtsock_shared.c944 rt->rt_rmx.rmx_locks &= ~(rtm->rtm_inits); in COMPATNAME()
945 rt->rt_rmx.rmx_locks |= in COMPATNAME()
946 (rtm->rtm_inits & rtm->rtm_rmx.rmx_locks); in COMPATNAME()
1148 metric(rmx_locks); in rtm_setmetrics()
Droute.h78 uint64_t rmx_locks; /* Kernel must leave these values alone */ member
Droute.c1357 if ((rt->rt_rmx.rmx_locks & RTV_MTU) == 0 && in rt_setgate()
/netbsd/src/sys/netinet6/
Dicmp6.c1187 !(rt->rt_rmx.rmx_locks & RTV_MTU) && in icmp6_mtudisc_update()
2872 if (!(rt->rt_rmx.rmx_locks & RTV_MTU)) in icmp6_mtudisc_timeout()
Dip6_output.c1282 if (!(rt->rt_rmx.rmx_locks & RTV_MTU)) in ip6_getpmtu()