Searched refs:sk_no_check_tx (Results 1 – 6 of 6) sorted by relevance
47 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
1138 if (sk->sk_no_check_tx) { in udp_send_skb()1158 if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
356 if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx) || in l2tp_nl_tunnel_send_addr4()
1309 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_core()
1401 sk->sk_no_check_tx = valbool; in sk_setsockopt()1815 v.val = sk->sk_no_check_tx; in sk_getsockopt()
537 sk_no_check_tx : 1, member