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