Searched refs:sport_trie (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c76 static trie sport_trie; /* source port trie */ variable
208 if ((sport_trie = create_node(KM_NOSLEEP)) == NULL) {
211 sport_trie->isroot = 1;
213 sport_trie, SPORT_MASK);

Completed in 48 milliseconds