Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_osf.c94 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()
/Linux-v4.19/include/uapi/linux/netfilter/
Dnfnetlink_osf.h66 struct nf_osf_opt opt[MAX_IPOPTLEN];
/Linux-v4.19/include/uapi/linux/
Dip.h75 #define MAX_IPOPTLEN 40 macro