Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c51 #ifndef bug_on
52 # define bug_on(cond) assert(!(cond)) macro
203 bug_on(1); in __v1_v2_rx_kernel_ready()
227 bug_on(ring->type != PACKET_RX_RING); in walk_v1_v2_rx()
322 bug_on(1); in __tx_kernel_ready()
365 bug_on(1); in get_next_frame()
392 bug_on(ring->type != PACKET_TX_RING); in walk_tx()
393 bug_on(nframes < NUM_PACKETS); in walk_tx()
471 bug_on(total_packets != 0); in walk_tx()
588 bug_on(ring->type != PACKET_RX_RING); in walk_v3_rx()