Home
last modified time | relevance | path

Searched refs:count_tx (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_xdp_loop.c35 static __always_inline void count_tx(__u32 protocol) in count_tx() function
144 count_tx(vip.protocol); in handle_ipv4()
204 count_tx(vip.protocol); in handle_ipv6()
Dtest_xdp.c39 static __always_inline void count_tx(__u32 protocol) in count_tx() function
148 count_tx(vip.protocol); in handle_ipv4()
208 count_tx(vip.protocol); in handle_ipv6()
/external/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
Dminimal-dbus-ws-proxy-testclient.c51 static int interrupted, autoexit_budget = -1, count_rx, count_tx; variable
370 count_tx++; in callback_just_timer()
450 lwsl_notice("Exiting cleanly, rx: %d, tx: %d\n", count_rx, count_tx); in main()
/external/rust/crates/crossbeam-channel/tests/
Dmpsc.rs821 let (count_tx, count_rx) = channel(); in test_recv_iter_break()
832 count_tx.send(count).unwrap(); in test_recv_iter_break()
1507 let (count_tx, count_rx) = sync_channel(0); in test_recv_iter_break()
1518 count_tx.send(count).unwrap(); in test_recv_iter_break()