Lines Matching refs:pp
474 struct sk_buff *pp = NULL; in udp_gro_receive_segment() local
529 pp = p; in udp_gro_receive_segment()
552 pp = p; in udp_gro_receive_segment()
554 return pp; in udp_gro_receive_segment()
564 struct sk_buff *pp = NULL; in udp_gro_receive() local
623 pp = call_gro_receive_sk(udp_sk(sk)->gro_receive, sk, head, skb); in udp_gro_receive()
626 skb_gro_flush_final(skb, pp, flush); in udp_gro_receive()
627 return pp; in udp_gro_receive()
650 struct sk_buff *pp; in udp4_gro_receive() local
671 pp = udp_gro_receive(head, skb, uh, sk); in udp4_gro_receive()
672 return pp; in udp4_gro_receive()