Searched refs:no_check6_rx (Results 1 – 3 of 3) sorted by relevance
48 no_check6_rx:1,/* Allow zero UDP6 checksums on RX? */ member110 udp_sk(sk)->no_check6_rx = val; in udp_set_no_check6_rx()120 return udp_sk(sk)->no_check6_rx; in udp_get_no_check6_rx()
830 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_mcast_deliver()947 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()969 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_rcv()
2658 up->no_check6_rx = valbool; in udp_lib_setsockopt()2755 val = up->no_check6_rx; in udp_lib_getsockopt()