Searched refs:MAX_IPOPTLEN (Results 1 – 3 of 3) sorted by relevance
90 if (foptsize > MAX_IPOPTLEN || in nf_osf_match_one()91 ctx->optsize > MAX_IPOPTLEN || in nf_osf_match_one()204 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_match()267 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_find()
66 struct nf_osf_opt opt[MAX_IPOPTLEN];
75 #define MAX_IPOPTLEN 40 macro