Lines Matching refs:tmp
167 struct sk_msg *tmp; in bpf_tcp_ingress() local
170 tmp = kzalloc(sizeof(*tmp), __GFP_NOWARN | GFP_KERNEL); in bpf_tcp_ingress()
171 if (unlikely(!tmp)) in bpf_tcp_ingress()
175 tmp->sg.start = msg->sg.start; in bpf_tcp_ingress()
188 sk_msg_xfer(tmp, msg, i, size); in bpf_tcp_ingress()
191 get_page(sk_msg_page(tmp, i)); in bpf_tcp_ingress()
193 tmp->sg.end = i; in bpf_tcp_ingress()
204 sk_psock_queue_msg(psock, tmp); in bpf_tcp_ingress()
207 sk_msg_free(sk, tmp); in bpf_tcp_ingress()
208 kfree(tmp); in bpf_tcp_ingress()
397 struct sk_msg tmp, *msg_tx = NULL; in tcp_bpf_sendmsg() local
428 msg_tx = &tmp; in tcp_bpf_sendmsg()
486 struct sk_msg tmp, *msg = NULL; in tcp_bpf_sendpage() local
499 msg = &tmp; in tcp_bpf_sendpage()