Searched refs:no_check6_rx (Results 1 – 3 of 3) sorted by relevance
45 no_check6_rx:1,/* Allow zero UDP6 checksums on RX? */ member112 udp_sk(sk)->no_check6_rx = val; in udp_set_no_check6_rx()122 return udp_sk(sk)->no_check6_rx; in udp_get_no_check6_rx()
878 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_mcast_deliver()996 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()1018 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_rcv()
2754 up->no_check6_rx = valbool; in udp_lib_setsockopt()2851 val = up->no_check6_rx; in udp_lib_getsockopt()
Completed in 13 milliseconds