Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_tc_edt.sh71 cat /sys/class/net/veth_dst/statistics/rx_bytes )
79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
/tools/testing/selftests/wireguard/
Dnetns.sh167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev …
168 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) ))
169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev …
170 (( tx_bytes == 1372 && (rx_bytes == 1428 || rx_bytes == 1460) ))
171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer)
172 (( rx_bytes == 1372 && (tx_bytes == 1428 || tx_bytes == 1460) ))
173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer)
174 (( tx_bytes == 1372 && (rx_bytes == 1428 || rx_bytes == 1460) ))
/tools/include/uapi/linux/
Dif_link.h12 __u32 rx_bytes; /* total bytes received */ member
47 __u64 rx_bytes; /* total bytes received */ member