Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dproc.c469 const int ip_cnt = ARRAY_SIZE(snmp4_ipextstats_list) - 1; in netstat_seq_show() local
480 buff = kzalloc(max(tcp_cnt * sizeof(long), ip_cnt * sizeof(u64)), in netstat_seq_show()
494 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
501 memset(buff64, 0, ip_cnt * sizeof(u64)); in netstat_seq_show()
505 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
508 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c2029 int ip_cnt = mtk_hwlro_get_ip_cnt(mac); in mtk_fix_features() local
2031 if (ip_cnt) { in mtk_fix_features()

Completed in 9 milliseconds