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