Lines Matching refs:pp_ptr
258 unsigned char *pp_ptr = NULL; in ip_options_compile() local
287 pp_ptr = optptr; in ip_options_compile()
292 pp_ptr = optptr; in ip_options_compile()
299 pp_ptr = optptr + 1; in ip_options_compile()
303 pp_ptr = optptr + 2; in ip_options_compile()
308 pp_ptr = optptr; in ip_options_compile()
313 pp_ptr = optptr + 1; in ip_options_compile()
325 pp_ptr = optptr; in ip_options_compile()
329 pp_ptr = optptr + 1; in ip_options_compile()
333 pp_ptr = optptr + 2; in ip_options_compile()
338 pp_ptr = optptr + 2; in ip_options_compile()
353 pp_ptr = optptr; in ip_options_compile()
357 pp_ptr = optptr + 1; in ip_options_compile()
361 pp_ptr = optptr + 2; in ip_options_compile()
367 pp_ptr = optptr + 2; in ip_options_compile()
379 pp_ptr = optptr + 2; in ip_options_compile()
393 pp_ptr = optptr + 2; in ip_options_compile()
409 pp_ptr = optptr + 3; in ip_options_compile()
424 pp_ptr = optptr + 3; in ip_options_compile()
436 pp_ptr = optptr + 1; in ip_options_compile()
444 pp_ptr = optptr; in ip_options_compile()
449 pp_ptr = optptr; in ip_options_compile()
457 pp_ptr = optptr; in ip_options_compile()
467 if (!pp_ptr) in ip_options_compile()
472 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile()