Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h114 ipftuneable_t *ifs_ipf_tuneables; member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c6357 for (i = 0; ifs->ifs_ipf_tuneables[i].ipft_name != NULL; i++) { in tune_lookup()
6358 if (strcmp(ifs->ifs_ipf_tuneables[i].ipft_name, name) == 0) in tune_lookup()
6359 return (&ifs->ifs_ipf_tuneables[i]); in tune_lookup()
6454 KMALLOCS(ifs->ifs_ipf_tuneables, ipftuneable_t *, in ipftuneable_alloc()
6456 bcopy(lcl_ipf_tuneables, ifs->ifs_ipf_tuneables, in ipftuneable_alloc()
6529 KFREES(ifs->ifs_ipf_tuneables, sizeof (lcl_ipf_tuneables)); in ipftuneable_free()
6530 ifs->ifs_ipf_tuneables = NULL; in ipftuneable_free()
6551 for (ta = ifs->ifs_ipf_tuneables; ta->ipft_name != NULL; ta++)
6598 for (ta = ifs->ifs_ipf_tuneables; ta->ipft_name != NULL; ta++)
6713 ta = ifs->ifs_ipf_tuneables;
H A Dsolaris.c886 for (ipft = ifs->ifs_ipf_tuneables;