Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipf_dotuning.c23 obj.ipfo_type = IPFOBJ_TUNEABLE;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6689 error = fr_inobj(data, &tu, IPFOBJ_TUNEABLE);
6741 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE);
6781 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE);
6816 error = fr_outobj(data, &tu, IPFOBJ_TUNEABLE);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1208 #define IPFOBJ_TUNEABLE 13 /* struct ipftune */ macro