Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/wireguard/
A Dnetns.sh168 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) ))
172 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) ))
525 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
526 [[ $tx_bytes -eq 0 ]]
528 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
529 [[ $tx_bytes -gt 0 ]]
534 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
535 [[ $tx_bytes -eq 0 ]]
537 read _ _ tx_bytes < <(n1 wg show wg0 transfer)
538 [[ $tx_bytes -eq 0 ]]
[all …]
/tools/include/uapi/linux/
A Dif_link.h13 __u32 tx_bytes; member
222 __u64 tx_bytes; member
260 __u64 tx_bytes; member
/tools/testing/selftests/net/mptcp/
A Dmptcp_join.sh1916 tx_link=$(ip netns exec $ns cat /sys/class/net/$link/statistics/tx_bytes)

Completed in 13 milliseconds