Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dproc.c479 const int ip_cnt = ARRAY_SIZE(snmp4_ipextstats_list) - 1; in netstat_seq_show() local
490 buff = kzalloc(max(tcp_cnt * sizeof(long), ip_cnt * sizeof(u64)), in netstat_seq_show()
504 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
511 memset(buff64, 0, ip_cnt * sizeof(u64)); in netstat_seq_show()
515 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
518 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3038 int ip_cnt = mtk_hwlro_get_ip_cnt(mac); in mtk_fix_features() local
3040 if (ip_cnt) { in mtk_fix_features()