Lines Matching refs:up

627 	struct udp_sock *up = udp_sk(sk);  in udpv6_queue_rcv_skb()  local
634 if (static_key_false(&udpv6_encap_needed) && up->encap_type) { in udpv6_queue_rcv_skb()
649 encap_rcv = ACCESS_ONCE(up->encap_rcv); in udpv6_queue_rcv_skb()
674 if (up->pcrlen == 0) { /* full coverage was set */ in udpv6_queue_rcv_skb()
679 if (UDP_SKB_CB(skb)->cscov < up->pcrlen) { in udpv6_queue_rcv_skb()
681 UDP_SKB_CB(skb)->cscov, up->pcrlen); in udpv6_queue_rcv_skb()
968 struct udp_sock *up = udp_sk(sk); in udp_v6_flush_pending_frames() local
970 if (up->pending == AF_INET) in udp_v6_flush_pending_frames()
972 else if (up->pending) { in udp_v6_flush_pending_frames()
973 up->len = 0; in udp_v6_flush_pending_frames()
974 up->pending = 0; in udp_v6_flush_pending_frames()
1078 struct udp_sock *up = udp_sk(sk); in udp_v6_push_pending_frames() local
1082 if (up->pending == AF_INET) in udp_v6_push_pending_frames()
1097 up->len = 0; in udp_v6_push_pending_frames()
1098 up->pending = 0; in udp_v6_push_pending_frames()
1105 struct udp_sock *up = udp_sk(sk); in udpv6_sendmsg() local
1120 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg()
1147 } else if (!up->pending) { in udpv6_sendmsg()
1169 if (up->pending == AF_INET) in udpv6_sendmsg()
1179 if (up->pending) { in udpv6_sendmsg()
1185 if (likely(up->pending)) { in udpv6_sendmsg()
1186 if (unlikely(up->pending != AF_INET6)) { in udpv6_sendmsg()
1326 if (unlikely(up->pending)) { in udpv6_sendmsg()
1336 up->pending = AF_INET6; in udpv6_sendmsg()
1341 up->len += ulen; in udpv6_sendmsg()
1351 up->pending = 0; in udpv6_sendmsg()
1403 struct udp_sock *up = udp_sk(sk); in udpv6_destroy_sock() local
1408 if (static_key_false(&udpv6_encap_needed) && up->encap_type) { in udpv6_destroy_sock()
1410 encap_destroy = ACCESS_ONCE(up->encap_destroy); in udpv6_destroy_sock()