Searched refs:MAX_IPOPTLEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h65 /* MAX_IPOPTLEN is maximum if all options are NOPs or EOLs */
66 struct nf_osf_opt opt[MAX_IPOPTLEN];
/linux-master/include/uapi/linux/
H A Dip.h76 #define MAX_IPOPTLEN 40 macro
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c90 if (foptsize > MAX_IPOPTLEN ||
91 ctx->optsize > MAX_IPOPTLEN ||
204 unsigned char opts[MAX_IPOPTLEN];
267 unsigned char opts[MAX_IPOPTLEN];

Completed in 147 milliseconds