Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dproc.c473 const int ip_cnt = ARRAY_SIZE(snmp4_ipextstats_list) - 1; in netstat_seq_show() local
484 buff = kzalloc(max(tcp_cnt * sizeof(long), ip_cnt * sizeof(u64)), in netstat_seq_show()
498 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
505 memset(buff64, 0, ip_cnt * sizeof(u64)); in netstat_seq_show()
509 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
512 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3016 int ip_cnt = mtk_hwlro_get_ip_cnt(mac); in mtk_fix_features() local
3018 if (ip_cnt) { in mtk_fix_features()