Home
last modified time | relevance | path

Searched refs:no_check6_rx (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dudp.h48 no_check6_rx:1,/* Allow zero UDP6 checksums on RX? */ member
110 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()
/linux/net/ipv6/
A Dudp.c846 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_mcast_deliver()
963 if (!uh->check && !udp_sk(sk)->no_check6_rx) { in __udp6_lib_rcv()
985 if (!uh->check && !udp_sk(sk)->no_check6_rx) in __udp6_lib_rcv()
/linux/net/ipv4/
A Dudp.c2716 up->no_check6_rx = valbool; in udp_lib_setsockopt()
2813 val = up->no_check6_rx; in udp_lib_getsockopt()

Completed in 12 milliseconds