Home
last modified time | relevance | path

Searched refs:throughput_addin (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
Dthroughput.h67 extern void throughput_addin(struct pppThroughput *, long long);
Dlink.c80 throughput_addin(&l->stats.total, n); in link_AddInOctets()
82 throughput_addin(l->stats.parent, n); in link_AddInOctets()
Dthroughput.c242 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin() function
Dipv6cp.c371 throughput_addin(&ipv6cp->throughput, n); in ipv6cp_AddInOctets()
Dipcp.c167 throughput_addin(&ipcp->throughput, n); in ipcp_AddInOctets()