Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Daddr_pool.c10 #define MAX_PORT (65535 + 1) macro
21 struct addr_entry *addrmap[MAX_PORT];
55 num_entry = num_addr * (MAX_PORT - MIN_PORT); in CreateAddressPool()
88 for (j = MIN_PORT; j < MAX_PORT; j++) { in CreateAddressPool()
125 num_entry = (num_addr * (MAX_PORT - MIN_PORT)) / num_queues; in CreateAddressPoolPerCore()
161 for (j = MIN_PORT; j < MAX_PORT; j++) { in CreateAddressPoolPerCore()