Searched refs:rx_bytes (Results 1 – 3 of 3) sorted by relevance
71 cat /sys/class/net/veth_dst/statistics/rx_bytes )79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
167 { 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) ))
12 __u32 rx_bytes; /* total bytes received */ member47 __u64 rx_bytes; /* total bytes received */ member