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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h114 ipftuneable_t *ifs_ipf_tuneables; member in struct:ipf_stack
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6357 for (i = 0; ifs->ifs_ipf_tuneables[i].ipft_name != NULL; i++) {
6358 if (strcmp(ifs->ifs_ipf_tuneables[i].ipft_name, name) == 0)
6359 return (&ifs->ifs_ipf_tuneables[i]);
6454 KMALLOCS(ifs->ifs_ipf_tuneables, ipftuneable_t *,
6456 bcopy(lcl_ipf_tuneables, ifs->ifs_ipf_tuneables,
6529 KFREES(ifs->ifs_ipf_tuneables, sizeof (lcl_ipf_tuneables));
6530 ifs->ifs_ipf_tuneables = NULL;
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;
[all...]
H A Dsolaris.c886 for (ipft = ifs->ifs_ipf_tuneables;

Completed in 89 milliseconds