Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dudp.h44 unsigned char no_check6_tx:1,/* Send zero UDP6 checksums on TX? */ member
104 udp_sk(sk)->no_check6_tx = val; in udp_set_no_check6_tx()
114 return udp_sk(sk)->no_check6_tx; in udp_get_no_check6_tx()
/Linux-v6.6/net/ipv6/
Dudp.c1244 if (udp_sk(sk)->no_check6_tx) { in udp_v6_send_skb()
1265 else if (udp_sk(sk)->no_check6_tx) { /* UDP csum disabled */ in udp_v6_send_skb()
/Linux-v6.6/net/ipv4/
Dudp.c2697 up->no_check6_tx = valbool; in udp_lib_setsockopt()
2794 val = up->no_check6_tx; in udp_lib_getsockopt()