Searched refs:port_max_list (Results 1 – 3 of 3) sorted by relevance
138 uint_t port_max_list; /* max. number of list structs */ member181 extern uint_t port_max_list;
807 pp->port_max_list = port_max_list; in port_init()988 if (nent == 0 || nent > port_max_list) in port_sendn()1386 if (nmax > pp->port_max_list) in port_getn()1387 nmax = pp->port_max_list; in port_getn()1428 if (nmax > pp->port_max_list) in port_getn()1429 nmax = pp->port_max_list; in port_getn()
54 uint_t port_max_list = PORT_MAX_LIST; variable