Home
last modified time | relevance | path

Searched refs:ip_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dproc.c484 const int ip_cnt = ARRAY_SIZE(snmp4_ipextstats_list); in netstat_seq_show() local
495 buff = kzalloc(max(tcp_cnt * sizeof(long), ip_cnt * sizeof(u64)), in netstat_seq_show()
509 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
516 memset(buff64, 0, ip_cnt * sizeof(u64)); in netstat_seq_show()
517 snmp_get_cpu_field64_batch_cnt(buff64, snmp4_ipextstats_list, ip_cnt, in netstat_seq_show()
520 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
523 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3185 int ip_cnt = mtk_hwlro_get_ip_cnt(mac); in mtk_fix_features() local
3187 if (ip_cnt) { in mtk_fix_features()