Searched refs:if_utun_max_pending_input (Results 1 – 1 of 1) sorted by relevance
217 static int if_utun_max_pending_input = UTUN_DEFAULT_MAX_PENDING_INPUT_COUNT; variable230 …utun, OID_AUTO, max_pending_input, CTLFLAG_LOCKED | CTLFLAG_RW, &if_utun_max_pending_input, 0, "");2947 if (pcb->utun_input_chain_count > (u_int32_t)if_utun_max_pending_input) { in utun_pkt_input()