Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dudp_tunnel_core.c46 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
H A Dudp.c1151 if (sk->sk_no_check_tx) { in udp_send_skb()
1174 else if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
/linux-6.15/drivers/scsi/
H A Discsi_tcp.c276 sk->sk_no_check_tx = 0; in iscsi_sw_tcp_conn_restore_callbacks()
/linux-6.15/net/l2tp/
H A Dl2tp_netlink.c353 if (nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx) || in l2tp_nl_tunnel_send_addr4()
H A Dl2tp_core.c1301 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_core()
/linux-6.15/net/appletalk/
H A Dddp.c1667 if (sk->sk_no_check_tx) in atalk_sendmsg()
/linux-6.15/net/core/
H A Dsock.c1394 sk->sk_no_check_tx = valbool; in sk_setsockopt()
1788 v.val = sk->sk_no_check_tx; in sk_getsockopt()
/linux-6.15/include/net/
H A Dsock.h503 sk_no_check_tx : 1, member
/linux-6.15/net/sctp/
H A Dsocket.c9481 newsk->sk_no_check_tx = sk->sk_no_check_tx; in sctp_copy_sock()