Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c1130 bool have_next = true; in cmd_select() local
1144 for (i = 0; i < which && (have_next = pcap_next_pkt()); i++) in cmd_select()
1146 if (!have_next || pcap_curr_pkt() == NULL) { in cmd_select()