Searched refs:udp_test_bit (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | udp.h | 143 #define udp_test_bit(nr, sk) \ macro 177 return udp_test_bit(NO_CHECK6_TX, sk); in udp_get_no_check6_tx() 182 return udp_test_bit(NO_CHECK6_RX, sk); in udp_get_no_check6_rx() 220 !udp_test_bit(ACCEPT_L4, sk)) in udp_unexpected_gso() 224 !udp_test_bit(ACCEPT_FRAGLIST, sk)) in udp_unexpected_gso()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 554 if (udp_test_bit(GRO_ENABLED, sk)) in udpv6_recvmsg() 1461 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udpv6_sendmsg() 1782 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1786 if (up->pending && !udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1808 if (udp_test_bit(ENCAP_ENABLED, sk)) { in udpv6_destroy_sock()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 1237 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udp_sendmsg() 1516 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udp_splice_eof() 1520 if (up->pending && !udp_test_bit(CORK, sk)) in udp_splice_eof() 2108 if (udp_test_bit(GRO_ENABLED, sk)) in udp_recvmsg() 2849 if (udp_test_bit(ENCAP_ENABLED, sk)) { in udp_destroy_sock() 2866 if (udp_test_bit(GRO_ENABLED, sk) && encap_type == UDP_ENCAP_ESPINUDP) { in set_xfrm_gro_udp_encap_rcv() 3016 val = udp_test_bit(CORK, sk); in udp_lib_getsockopt() 3036 val = udp_test_bit(GRO_ENABLED, sk); in udp_lib_getsockopt()
|
| H A D | udp_offload.c | 805 NAPI_GRO_CB(skb)->is_flist = sk ? !udp_test_bit(GRO_ENABLED, sk) : 1; in udp_gro_receive() 808 (sk && udp_test_bit(GRO_ENABLED, sk)) || NAPI_GRO_CB(skb)->is_flist) in udp_gro_receive()
|