Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipf_dotuning.c32 if (tu.ipft_cookie == NULL)
39 tu.ipft_cookie = NULL;
52 tu.ipft_cookie = NULL;
58 if (tu.ipft_cookie == NULL) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6694 cookie = tu.ipft_cookie;
6710 ta = fr_findtunebycookie(cookie, &tu.ipft_cookie, ifs);
6713 tu.ipft_cookie = ta + 1;
6776 tu.ipft_cookie = ta;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1252 void *ipft_cookie; member