Lines Matching refs:pp_ptr
251 unsigned char * pp_ptr = NULL; in ip_options_compile() local
283 pp_ptr = optptr; in ip_options_compile()
290 pp_ptr = optptr + 1; in ip_options_compile()
294 pp_ptr = optptr + 2; in ip_options_compile()
299 pp_ptr = optptr; in ip_options_compile()
304 pp_ptr = optptr + 1; in ip_options_compile()
316 pp_ptr = optptr; in ip_options_compile()
320 pp_ptr = optptr + 1; in ip_options_compile()
324 pp_ptr = optptr + 2; in ip_options_compile()
329 pp_ptr = optptr + 2; in ip_options_compile()
343 pp_ptr = optptr; in ip_options_compile()
347 pp_ptr = optptr + 1; in ip_options_compile()
351 pp_ptr = optptr + 2; in ip_options_compile()
357 pp_ptr = optptr + 2; in ip_options_compile()
370 pp_ptr = optptr + 2; in ip_options_compile()
384 pp_ptr = optptr + 2; in ip_options_compile()
401 pp_ptr = optptr + 3; in ip_options_compile()
417 pp_ptr = optptr + 3; in ip_options_compile()
429 pp_ptr = optptr + 1; in ip_options_compile()
439 pp_ptr = optptr; in ip_options_compile()
449 if (!pp_ptr) in ip_options_compile()
454 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile()