sk_no_check_tx    242 drivers/scsi/iscsi_tcp.c 	sk->sk_no_check_tx = 0;
sk_no_check_tx    457 include/net/sock.h 				sk_no_check_tx : 1,
sk_no_check_tx   1666 net/appletalk/ddp.c 	if (sk->sk_no_check_tx)
sk_no_check_tx    863 net/core/sock.c 		sk->sk_no_check_tx = valbool;
sk_no_check_tx   1297 net/core/sock.c 		v.val = sk->sk_no_check_tx;
sk_no_check_tx    478 net/decnet/af_decnet.c 	sk->sk_no_check_tx = 1;
sk_no_check_tx    848 net/ipv4/udp.c 		if (sk->sk_no_check_tx) {
sk_no_check_tx    870 net/ipv4/udp.c 	else if (sk->sk_no_check_tx) {			 /* UDP csum off */
sk_no_check_tx     50 net/ipv4/udp_tunnel.c 	sock->sk->sk_no_check_tx = !cfg->use_udp_checksums;
sk_no_check_tx   1129 net/l2tp/l2tp_core.c 		udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr,
sk_no_check_tx    391 net/l2tp/l2tp_netlink.c 			if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx))
sk_no_check_tx   9297 net/sctp/socket.c 	newsk->sk_no_check_tx = sk->sk_no_check_tx;