Symbol: ipftuneable_t
usr/src/uts/common/inet/ipf/fil.c
226
static ipftuneable_t *fr_findtunebyname __P((const char *, ipf_stack_t *));
usr/src/uts/common/inet/ipf/fil.c
227
static ipftuneable_t *fr_findtunebycookie __P((void *, void **, ipf_stack_t *));
usr/src/uts/common/inet/ipf/fil.c
6240
ipftuneable_t lcl_ipf_tuneables[] = {
usr/src/uts/common/inet/ipf/fil.c
6351
static ipftuneable_t *
usr/src/uts/common/inet/ipf/fil.c
6451
ipftuneable_t *item;
usr/src/uts/common/inet/ipf/fil.c
6457
SLEEPING_KMALLOCS(ifs->ifs_ipf_tuneables, ipftuneable_t *,
usr/src/uts/common/inet/ipf/fil.c
6548
static ipftuneable_t *fr_findtunebycookie(cookie, next, ifs)
usr/src/uts/common/inet/ipf/fil.c
6552
ipftuneable_t *ta, **tap;
usr/src/uts/common/inet/ipf/fil.c
6595
static ipftuneable_t *fr_findtunebyname(name, ifs)
usr/src/uts/common/inet/ipf/fil.c
6599
ipftuneable_t *ta;
usr/src/uts/common/inet/ipf/fil.c
6625
ipftuneable_t *newtune;
usr/src/uts/common/inet/ipf/fil.c
6628
ipftuneable_t *ta, **tap;
usr/src/uts/common/inet/ipf/fil.c
6654
ipftuneable_t *oldtune;
usr/src/uts/common/inet/ipf/fil.c
6657
ipftuneable_t *ta, **tap;
usr/src/uts/common/inet/ipf/fil.c
6688
ipftuneable_t *ta;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
1540
extern int fr_addipftune __P((ipftuneable_t *, ipf_stack_t *));
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
1541
extern int fr_delipftune __P((ipftuneable_t *, ipf_stack_t *));
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
64
ipftuneable_t ftptune;
usr/src/uts/common/inet/ipf/netinet/ipf_stack.h
114
ipftuneable_t *ifs_ipf_tuneables;
usr/src/uts/common/inet/ipf/netinet/ipf_stack.h
115
ipftuneable_t *ifs_ipf_tunelist;
usr/src/uts/common/inet/ipf/solaris.c
880
ipftuneable_t *ipft;