Lines Matching refs:l
212 int l = opt->optlen; in ip_options_fragment() local
215 while (l > 0) { in ip_options_fragment()
220 l--; in ip_options_fragment()
225 if (optlen < 2 || optlen > l) in ip_options_fragment()
229 l -= optlen; in ip_options_fragment()
263 int optlen, l; in __ip_options_compile() local
272 for (l = opt->optlen; l > 0; ) { in __ip_options_compile()
275 for (optptr++, l--; l > 0; optptr++, l--) { in __ip_options_compile()
283 l--; in __ip_options_compile()
287 if (unlikely(l < 2)) { in __ip_options_compile()
292 if (optlen < 2 || optlen > l) { in __ip_options_compile()
463 l -= optlen; in __ip_options_compile()