Searched refs:IPFOBJ_COUNT (Results 1 – 2 of 2) sorted by relevance
6216 static const int ipf_objbytes[IPFOBJ_COUNT][3] = {6267 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_inobj() 6336 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_inobjsz() 6395 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobjsz() 6451 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobj() 6514 if ((type < 0) || (type >= IPFOBJ_COUNT)) { in ipf_outobjk()
1309 #define IPFOBJ_COUNT 23 /* How many #defines are above this? */ macro