Lines Matching refs:__attribute
392 …u_int64_t tcpi_cell_rxpackets __attribute((aligned(8))); /* packets received over cellular …
393 u_int64_t tcpi_cell_rxbytes __attribute((aligned(8))); /* bytes received over cellular */
394 …u_int64_t tcpi_cell_txpackets __attribute((aligned(8))); /* packets transmitted over cellul…
395 …u_int64_t tcpi_cell_txbytes __attribute((aligned(8))); /* bytes transmitted over cellular…
396 u_int64_t tcpi_wifi_rxpackets __attribute((aligned(8))); /* packets received over Wi-Fi */
397 u_int64_t tcpi_wifi_rxbytes __attribute((aligned(8))); /* bytes received over Wi-Fi */
398 …u_int64_t tcpi_wifi_txpackets __attribute((aligned(8))); /* packets transmitted over Wi-Fi …
399 u_int64_t tcpi_wifi_txbytes __attribute((aligned(8))); /* bytes transmitted over Wi-Fi */
400 u_int64_t tcpi_wired_rxpackets __attribute((aligned(8))); /* packets received over Wired */
401 u_int64_t tcpi_wired_rxbytes __attribute((aligned(8))); /* bytes received over Wired */
402 …u_int64_t tcpi_wired_txpackets __attribute((aligned(8))); /* packets transmitted over Wired …
403 u_int64_t tcpi_wired_txbytes __attribute((aligned(8))); /* bytes transmitted over Wired */