Searched refs:tcp_cnt (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sockex1_user.c | 36 long long tcp_cnt, udp_cnt, icmp_cnt; in main() local 40 assert(bpf_map_lookup_elem(map_fd, &key, &tcp_cnt) == 0); in main() 49 tcp_cnt, udp_cnt, icmp_cnt); in main()
|
| H A D | sock_example.c | 38 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local 80 assert(bpf_map_lookup_elem(map_fd, &key, &tcp_cnt) == 0); in test_sock() 89 tcp_cnt, udp_cnt, icmp_cnt); in test_sock()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_recv.h | 309 u32 tcp_cnt; member 331 ((struct rtw_ip_dbg_cnt_statistic *)(s))->tcp_cnt++; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_recv.h | 309 u32 tcp_cnt; member 331 ((struct rtw_ip_dbg_cnt_statistic *)(s))->tcp_cnt++; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_debug.c | 2642 pstatistic->ip_cnt = pstatistic->tcp_cnt = pstatistic->udp_cnt = \ in rtw_rx_dbg_ip_statistic_rest() 2762 precvpriv->ip_statistic.tcp_cnt, precvpriv->ip_statistic.udp_cnt); in proc_get_trx_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_debug.c | 2642 pstatistic->ip_cnt = pstatistic->tcp_cnt = pstatistic->udp_cnt = \ in rtw_rx_dbg_ip_statistic_rest() 2762 precvpriv->ip_statistic.tcp_cnt, precvpriv->ip_statistic.udp_cnt); in proc_get_trx_info()
|