Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dudp_tunnel.c50 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
Dudp.c848 if (sk->sk_no_check_tx) { in udp_send_skb()
870 else if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
/Linux-v5.4/drivers/scsi/
Discsi_tcp.c242 sk->sk_no_check_tx = 0; in iscsi_sw_tcp_conn_restore_callbacks()
/Linux-v5.4/net/l2tp/
Dl2tp_netlink.c391 if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx)) in l2tp_nl_tunnel_send()
Dl2tp_core.c1124 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_skb()
/Linux-v5.4/net/core/
Dsock.c863 sk->sk_no_check_tx = valbool; in sock_setsockopt()
1297 v.val = sk->sk_no_check_tx; in sock_getsockopt()
/Linux-v5.4/net/appletalk/
Dddp.c1666 if (sk->sk_no_check_tx) in atalk_sendmsg()
/Linux-v5.4/net/decnet/
Daf_decnet.c478 sk->sk_no_check_tx = 1; in dn_alloc_sock()
/Linux-v5.4/include/net/
Dsock.h457 sk_no_check_tx : 1, member
/Linux-v5.4/net/sctp/
Dsocket.c9282 newsk->sk_no_check_tx = sk->sk_no_check_tx; in sctp_copy_sock()