Searched refs:_NET_STATINC_REF (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/net/ |
H A D | net_stats.h | 50 #define _NET_STATINC_REF(r, x) \ macro 59 _NET_STATINC_REF(_nsr_, x); \
|
H A D | if_stats.h | 76 _NET_STATINC_REF(nsr, x); in if_statinc_ref()
|
/netbsd-src/sys/netinet/ |
H A D | tcp_output.c | 409 _NET_STATINC_REF(tcps, TCP_STAT_SNDPROBE); in tcp_build_datapkt() 412 _NET_STATINC_REF(tcps, TCP_STAT_SNDREXMITPACK); in tcp_build_datapkt() 415 _NET_STATINC_REF(tcps, TCP_STAT_SNDPACK); in tcp_build_datapkt() 1248 _NET_STATINC_REF(tcps, TCP_STAT_SNDACKS); in tcp_output() 1250 _NET_STATINC_REF(tcps, TCP_STAT_SNDCTRL); in tcp_output() 1252 _NET_STATINC_REF(tcps, TCP_STAT_SNDURG); in tcp_output() 1254 _NET_STATINC_REF(tcps, TCP_STAT_SNDWINUP); in tcp_output() 1635 _NET_STATINC_REF(tcps, TCP_STAT_SNDTOTAL); in tcp_output() 1637 _NET_STATINC_REF(tcps, TCP_STAT_DELACK); in tcp_output()
|
H A D | tcp_input.c | 590 _NET_STATINC_REF(tcps, TCP_STAT_RCVDUPPACK); in tcp_reass() 740 _NET_STATINC_REF(tcps, TCP_STAT_RCVOOPACK); in tcp_reass() 743 _NET_STATINC_REF(tcps, TCP_STAT_RCVPARTDUPPACK); in tcp_reass() 1024 _NET_STATINC_REF(tcps, TCP_STAT_RCVDUPPACK); in tcp_vtw_input() 1036 _NET_STATINC_REF(tcps, TCP_STAT_RCVPARTDUPPACK); in tcp_vtw_input() 1853 _NET_STATINC_REF(tcps, TCP_STAT_PREDACK); in tcp_input() 1854 _NET_STATINC_REF(tcps, TCP_STAT_RCVACKPACK); in tcp_input() 1936 _NET_STATINC_REF(tcps, TCP_STAT_PREDDAT); in tcp_input() 1937 _NET_STATINC_REF(tcps, TCP_STAT_RCVPACK); in tcp_input() 2150 _NET_STATINC_REF(tcp in tcp_input() [all...] |
H A D | tcp_syncache.c | 942 _NET_STATINC_REF(tcps, TCP_STAT_SNDACKS); in syn_cache_add() 943 _NET_STATINC_REF(tcps, TCP_STAT_SNDTOTAL); in syn_cache_add() 1050 _NET_STATINC_REF(tcps, TCP_STAT_SNDACKS); in syn_cache_add() 1051 _NET_STATINC_REF(tcps, TCP_STAT_SNDTOTAL); in syn_cache_add()
|
H A D | if_arp.c | 564 _NET_STATINC_REF(arps, ARP_STAT_SNDTOTAL); in arprequest() 565 _NET_STATINC_REF(arps, ARP_STAT_SENDREQUEST); in arprequest() 1194 _NET_STATINC_REF(arps, ARP_STAT_SNDTOTAL); in arplookup() 1195 _NET_STATINC_REF(arps, ARP_STAT_SNDREPLY); in arplookup()
|
H A D | ip_input.c | 1424 _NET_STATINC_REF(ips, IP_STAT_FORWARD); in ip_forward() 1427 _NET_STATINC_REF(ips, IP_STAT_REDIRECTSENT); in ip_forward()
|
H A D | raw_ip.c | 226 _NET_STATINC_REF(ips, IP_STAT_NOPROTO); in rip_input()
|
/netbsd-src/sys/netinet6/ |
H A D | ip6_forward.c | 85 _NET_STATINC_REF(ip6s, IP6_STAT_CANTFORWARD); in ip6_cantforward() 87 _NET_STATINC_REF(ip6s, IP6_STAT_BADSCOPE); in ip6_cantforward()
|
H A D | icmp6.c | 698 _NET_STATINC_REF(icmp6s, ICMP6_STAT_REFLECT); in _icmp6_input() 699 _NET_STATINC_REF(icmp6s, in _icmp6_input() 812 _NET_STATINC_REF(icmp6s, ICMP6_STAT_REFLECT); in _icmp6_input() 813 _NET_STATINC_REF(icmp6s, in _icmp6_input()
|
H A D | ip6_input.c | 425 _NET_STATINC_REF(ip6s, IP6_STAT_NOTMEMBER); in ip6_input() 426 _NET_STATINC_REF(ip6s, IP6_STAT_CANTFORWARD); in ip6_input()
|
/netbsd-src/sys/netipsec/ |
H A D | keysock.c | 117 _NET_STATINC_REF(ps, PFKEY_STAT_OUT_TOTAL); in key_output() 252 _NET_STATINC_REF(ps, PFKEY_STAT_IN_TOTAL); in _key_sendup_mbuf()
|
H A D | key.c | 2958 _NET_STATINC_REF(ps, PFKEY_STAT_IN_TOTAL); in key_api_spddump() 7737 _NET_STATINC_REF(ps, PFKEY_STAT_IN_TOTAL); in key_api_dump()
|