Lines Matching refs:pp_ptr
261 unsigned char *pp_ptr = NULL; in ip_options_compile() local
290 pp_ptr = optptr; in ip_options_compile()
295 pp_ptr = optptr; in ip_options_compile()
302 pp_ptr = optptr + 1; in ip_options_compile()
306 pp_ptr = optptr + 2; in ip_options_compile()
311 pp_ptr = optptr; in ip_options_compile()
316 pp_ptr = optptr + 1; in ip_options_compile()
328 pp_ptr = optptr; in ip_options_compile()
332 pp_ptr = optptr + 1; in ip_options_compile()
336 pp_ptr = optptr + 2; in ip_options_compile()
341 pp_ptr = optptr + 2; in ip_options_compile()
356 pp_ptr = optptr; in ip_options_compile()
360 pp_ptr = optptr + 1; in ip_options_compile()
364 pp_ptr = optptr + 2; in ip_options_compile()
370 pp_ptr = optptr + 2; in ip_options_compile()
382 pp_ptr = optptr + 2; in ip_options_compile()
396 pp_ptr = optptr + 2; in ip_options_compile()
412 pp_ptr = optptr + 3; in ip_options_compile()
428 pp_ptr = optptr + 3; in ip_options_compile()
440 pp_ptr = optptr + 1; in ip_options_compile()
448 pp_ptr = optptr; in ip_options_compile()
453 pp_ptr = optptr; in ip_options_compile()
461 pp_ptr = optptr; in ip_options_compile()
471 if (!pp_ptr) in ip_options_compile()
476 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile()