Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sparc/ipf/
H A Dipf.global-objs.debug6430 fr_objbytes
/titanic_44/usr/src/uts/intel/ipf/
H A Dipf.global-objs.debug6430 fr_objbytes
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c5681 static int fr_objbytes[NUM_OBJ_TYPES][2] = { variable
5782 if ((fr_objbytes[type][0] & 1) != 0) {
5783 if (obj.ipfo_size < fr_objbytes[type][1])
5785 } else if (obj.ipfo_size != fr_objbytes[type][1])
5793 if ((fr_objbytes[type][0] & 1) != 0 &&
5794 obj.ipfo_size < fr_objbytes[type][1] ||
5795 obj.ipfo_size != fr_objbytes[type][1])
5799 if ((fr_objbytes[type][0] & 1) != 0) {
5801 fr_objbytes[type][1]);
5834 if (((fr_objbytes[type][0] & 1) == 0) || (sz < fr_objbytes[type][1]))
[all …]