Searched refs:MAX_IPOPTLEN (Results 1 – 3 of 3) sorted by relevance
200 unsigned char opts[MAX_IPOPTLEN]; in xt_osf_match_packet()253 if (foptsize > MAX_IPOPTLEN || in xt_osf_match_packet()254 optsize > MAX_IPOPTLEN || in xt_osf_match_packet()
78 struct xt_osf_opt opt[MAX_IPOPTLEN];
74 #define MAX_IPOPTLEN 40 macro