Searched refs:no_check6_rx (Results 1 – 3 of 3) sorted by relevance
43 no_check6_rx:1,/* Allow zero UDP6 checksums on RX? */ member106 udp_sk(sk)->no_check6_rx = val; in udp_set_no_check6_rx()116 return udp_sk(sk)->no_check6_rx; in udp_get_no_check6_rx()
875 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_mcast_deliver()993 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()1015 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_rcv()
2726 up->no_check6_rx = valbool; in udp_lib_setsockopt()2823 val = up->no_check6_rx; in udp_lib_getsockopt()