Searched refs:sk_no_check_tx (Results 1 – 9 of 9) sorted by relevance
45 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
941 if (sk->sk_no_check_tx) { in udp_send_skb()963 else if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
277 sk->sk_no_check_tx = 0; in iscsi_sw_tcp_conn_restore_callbacks()
352 if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx) || in l2tp_nl_tunnel_send_addr4()
1096 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_core()
1215 sk->sk_no_check_tx = valbool; in sk_setsockopt()1688 v.val = sk->sk_no_check_tx; in sk_getsockopt()
1690 if (sk->sk_no_check_tx) in atalk_sendmsg()
282 * @sk_no_check_tx: %SO_NO_CHECK setting, set checksum in TX packets481 sk_no_check_tx : 1, member
9468 newsk->sk_no_check_tx = sk->sk_no_check_tx; in sctp_copy_sock()