Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/sparc/ipf/
H A Dipf.global-objs.debug6428 fr_objbytes
/onnv-gate/usr/src/uts/intel/ipf/
H A Dipf.global-objs.debug6428 fr_objbytes
/onnv-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5675 static int fr_objbytes[NUM_OBJ_TYPES][2] = { variable
5728 if ((fr_objbytes[type][0] & 1) != 0) {
5729 if (obj.ipfo_size < fr_objbytes[type][1])
5731 } else if (obj.ipfo_size != fr_objbytes[type][1])
5739 if ((fr_objbytes[type][0] & 1) != 0 &&
5740 obj.ipfo_size < fr_objbytes[type][1] ||
5741 obj.ipfo_size != fr_objbytes[type][1])
5745 if ((fr_objbytes[type][0] & 1) != 0) {
5747 fr_objbytes[type][1]);
5780 if (((fr_objbytes[type][0] & 1) == 0) || (sz < fr_objbytes[type][1]))
[all …]