Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dudp.h44 unsigned char no_check6_tx:1,/* Send zero UDP6 checksums on TX? */ member
107 udp_sk(sk)->no_check6_tx = val; in udp_set_no_check6_tx()
117 return udp_sk(sk)->no_check6_tx; in udp_get_no_check6_tx()
/linux-6.3-rc2/net/ipv6/
A Dudp.c1256 if (udp_sk(sk)->no_check6_tx) { in udp_v6_send_skb()
1277 else if (udp_sk(sk)->no_check6_tx) { /* UDP csum disabled */ in udp_v6_send_skb()
/linux-6.3-rc2/net/ipv4/
A Dudp.c2750 up->no_check6_tx = valbool; in udp_lib_setsockopt()
2847 val = up->no_check6_tx; in udp_lib_getsockopt()

Completed in 13 milliseconds