udp_test_bit
return udp_test_bit(NO_CHECK6_TX, sk);
return udp_test_bit(NO_CHECK6_RX, sk);
!udp_test_bit(ACCEPT_L4, sk))
!udp_test_bit(ACCEPT_FRAGLIST, sk))
if (udp_test_bit(UDPLITE_SEND_CC, sk)) {
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk))
if (up->pending && !udp_test_bit(CORK, sk))
if (udp_test_bit(GRO_ENABLED, sk))
if (unlikely(udp_test_bit(UDPLITE_RECV_CC, sk) &&
if (udp_test_bit(ENCAP_ENABLED, sk)) {
if (udp_test_bit(GRO_ENABLED, sk) && encap_type == UDP_ENCAP_ESPINUDP) {
val = udp_test_bit(CORK, sk);
val = udp_test_bit(GRO_ENABLED, sk);
NAPI_GRO_CB(skb)->is_flist = sk ? !udp_test_bit(GRO_ENABLED, sk) : 1;
(sk && udp_test_bit(GRO_ENABLED, sk)) || NAPI_GRO_CB(skb)->is_flist)
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk))
if (up->pending && !udp_test_bit(CORK, sk))
if (udp_test_bit(ENCAP_ENABLED, sk)) {
if (udp_test_bit(GRO_ENABLED, sk))
if (unlikely(udp_test_bit(UDPLITE_RECV_CC, sk) &&