Searched refs:udp_test_bit (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | udp.h | 97 #define udp_test_bit(nr, sk) \ macro 124 return udp_test_bit(NO_CHECK6_TX, sk); in udp_get_no_check6_tx() 129 return udp_test_bit(NO_CHECK6_RX, sk); in udp_get_no_check6_rx() 167 !udp_test_bit(ACCEPT_L4, sk)) in udp_unexpected_gso() 171 !udp_test_bit(ACCEPT_FRAGLIST, sk)) in udp_unexpected_gso()
|
/openbmc/linux/include/net/ |
H A D | udplite.h | 73 if (udp_test_bit(UDPLITE_SEND_CC, sk)) { in udplite_csum()
|
/openbmc/linux/net/ipv6/ |
H A D | udp.c | 430 if (udp_test_bit(GRO_ENABLED, sk)) in udpv6_recvmsg() 744 if (udp_test_bit(UDPLITE_RECV_CC, sk) && UDP_SKB_CB(skb)->partial_cov) { in udpv6_queue_rcv_one_skb() 1348 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udpv6_sendmsg() 1662 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1666 if (up->pending && !udp_test_bit(CORK, sk)) in udpv6_splice_eof() 1688 if (udp_test_bit(ENCAP_ENABLED, sk)) { in udpv6_destroy_sock()
|
/openbmc/linux/net/ipv4/ |
H A D | udp.c | 1075 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE; in udp_sendmsg() 1342 if (!READ_ONCE(up->pending) || udp_test_bit(CORK, sk)) in udp_splice_eof() 1346 if (up->pending && !udp_test_bit(CORK, sk)) in udp_splice_eof() 1896 if (udp_test_bit(GRO_ENABLED, sk)) in udp_recvmsg() 2148 if (udp_test_bit(UDPLITE_RECV_CC, sk) && UDP_SKB_CB(skb)->partial_cov) { in udp_queue_rcv_one_skb() 2648 if (udp_test_bit(ENCAP_ENABLED, sk)) in udp_destroy_sock() 2811 val = udp_test_bit(CORK, sk); in udp_lib_getsockopt() 2831 val = udp_test_bit(GRO_ENABLED, sk); in udp_lib_getsockopt()
|
H A D | udp_offload.c | 602 NAPI_GRO_CB(skb)->is_flist = sk ? !udp_test_bit(GRO_ENABLED, sk) : 1; in udp_gro_receive() 605 (sk && udp_test_bit(GRO_ENABLED, sk)) || NAPI_GRO_CB(skb)->is_flist) in udp_gro_receive()
|