Home
last modified time | relevance | path

Searched refs:sk_no_check_tx (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_core.c48 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
H A Dudp.c913 if (sk->sk_no_check_tx) { in udp_send_skb()
935 else if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Discsi_tcp.c242 sk->sk_no_check_tx = 0; in iscsi_sw_tcp_conn_restore_callbacks()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_netlink.c352 if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx) || in l2tp_nl_tunnel_send_addr4()
H A Dl2tp_core.c1087 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_core()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c949 sk->sk_no_check_tx = valbool; in sock_setsockopt()
1377 v.val = sk->sk_no_check_tx; in sock_getsockopt()
/OK3568_Linux_fs/kernel/net/appletalk/
H A Dddp.c1689 if (sk->sk_no_check_tx) in atalk_sendmsg()
/OK3568_Linux_fs/kernel/net/decnet/
H A Daf_decnet.c479 sk->sk_no_check_tx = 1; in dn_alloc_sock()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h466 sk_no_check_tx : 1, member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c9193 newsk->sk_no_check_tx = sk->sk_no_check_tx; in sctp_copy_sock()