Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c77 static trie dport_trie; /* destination port trie */ variable
215 if ((dport_trie = create_node(KM_NOSLEEP)) == NULL) { in initialize_tries()
218 dport_trie->isroot = 1; in initialize_tries()
220 dport_trie, DPORT_MASK); in initialize_tries()