Searched refs:no_check6_rx (Results 1 – 3 of 3) sorted by relevance
52 no_check6_rx:1;/* Allow zero UDP6 checksums on RX? */ member105 udp_sk(sk)->no_check6_rx = val; in udp_set_no_check6_rx()115 return udp_sk(sk)->no_check6_rx; in udp_get_no_check6_rx()
709 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_mcast_deliver()826 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()846 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_rcv()
2447 up->no_check6_rx = valbool; in udp_lib_setsockopt()2543 val = up->no_check6_rx; in udp_lib_getsockopt()