Lines Matching refs:l
199 int l = opt->optlen; in ip_options_fragment() local
202 while (l > 0) { in ip_options_fragment()
207 l--; in ip_options_fragment()
212 if (optlen < 2 || optlen > l) in ip_options_fragment()
216 l -= optlen; in ip_options_fragment()
250 int optlen, l; in __ip_options_compile() local
259 for (l = opt->optlen; l > 0; ) { in __ip_options_compile()
262 for (optptr++, l--; l > 0; optptr++, l--) { in __ip_options_compile()
270 l--; in __ip_options_compile()
274 if (unlikely(l < 2)) { in __ip_options_compile()
279 if (optlen < 2 || optlen > l) { in __ip_options_compile()
450 l -= optlen; in __ip_options_compile()