Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h378 #define FLOW_MAX_ACCEPT 16 macro
424 int (*fo_accept[FLOW_MAX_ACCEPT])(flow_tab_t *,
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c534 for (i = 0; i < FLOW_MAX_ACCEPT && ops->fo_accept[i] != NULL; i++) { in mac_flow_lookup()