Home
last modified time | relevance | path

Searched refs:ip_cnt (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dproc.c472 const int ip_cnt = ARRAY_SIZE(snmp4_ipextstats_list) - 1; in netstat_seq_show() local
483 buff = kzalloc(max(tcp_cnt * sizeof(long), ip_cnt * sizeof(u64)), in netstat_seq_show()
497 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
504 memset(buff64, 0, ip_cnt * sizeof(u64)); in netstat_seq_show()
508 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
511 for (i = 0; i < ip_cnt; i++) in netstat_seq_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2035 int ip_cnt = mtk_hwlro_get_ip_cnt(mac); in mtk_fix_features() local
2037 if (ip_cnt) { in mtk_fix_features()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds