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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5680 static int fr_objbytes[NUM_OBJ_TYPES][2] = { variable
5781 if ((fr_objbytes[type][0] & 1) != 0) {
5782 if (obj.ipfo_size < fr_objbytes[type][1])
5784 } else if (obj.ipfo_size != fr_objbytes[type][1])
5792 if ((fr_objbytes[type][0] & 1) != 0 &&
5793 obj.ipfo_size < fr_objbytes[type][1] ||
5794 obj.ipfo_size != fr_objbytes[type][1])
5798 if ((fr_objbytes[type][0] & 1) != 0) {
5800 fr_objbytes[type][1]);
5833 if (((fr_objbytes[typ
[all...]

Completed in 70 milliseconds