Searched refs:udp_test_bit (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | udp.h | 122 #define udp_test_bit(nr, sk) \ macro 156 return udp_test_bit(NO_CHECK6_TX, sk); in udp_get_no_check6_tx() 161 return udp_test_bit(NO_CHECK6_RX, sk); in udp_get_no_check6_rx() 199 !udp_test_bit(ACCEPT_L4, sk)) in udp_unexpected_gso() 203 !udp_test_bit(ACCEPT_FRAGLIST, sk)) in udp_unexpected_gso()
|
| /linux/include/net/ |
| H A D | udplite.h | 73 if (udp_test_bit(UDPLITE_SEND_CC, sk)) { in udplite_csum()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 563 if (udp_test_bit(GRO_ENABLED, sk)) in udpv6_recvmsg() 878 if (unlikely(udp_test_bit(UDPLITE_RECV_CC, sk) && in udpv6_queue_rcv_one_skb() 1495 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udpv6_sendmsg() 1802 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1806 if (up->pending && !udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1828 if (udp_test_bit(ENCAP_ENABLED, sk)) { in udpv6_destroy_sock()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 1288 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udp_sendmsg() 1557 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udp_splice_eof() 1561 if (up->pending && !udp_test_bit(CORK, sk)) in udp_splice_eof() 2155 if (udp_test_bit(GRO_ENABLED, sk)) in udp_recvmsg() 2456 if (unlikely(udp_test_bit(UDPLITE_RECV_CC, sk) && in udp_queue_rcv_one_skb() 2955 if (udp_test_bit(ENCAP_ENABLED, sk)) { in udp_destroy_sock() 2972 if (udp_test_bit(GRO_ENABLED, sk) && encap_type == UDP_ENCAP_ESPINUDP) { in set_xfrm_gro_udp_encap_rcv() 3155 val = udp_test_bit(CORK, sk); in udp_lib_getsockopt() 3175 val = udp_test_bit(GRO_ENABLED, sk); in udp_lib_getsockopt()
|
| H A D | udp_offload.c | 810 NAPI_GRO_CB(skb)->is_flist = sk ? !udp_test_bit(GRO_ENABLED, sk) : 1; in udp_gro_receive() 813 (sk && udp_test_bit(GRO_ENABLED, sk)) || NAPI_GRO_CB(skb)->is_flist) in udp_gro_receive()
|