Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dudp_tunnel.c41 sock->sk->sk_no_check_tx = !cfg->use_udp_checksums; in udp_sock_create4()
Dip_output.c925 (sk->sk_type == SOCK_DGRAM) && !sk->sk_no_check_tx) { in __ip_append_data()
Dudp.c822 else if (sk->sk_no_check_tx) { /* UDP csum disabled */ in udp_send_skb()
/linux-4.4.14/net/ipx/
Dipx_route.c239 if (sk->sk_no_check_tx || in ipxrtr_route_packet()
Daf_ipx.c1356 sk->sk_no_check_tx = 1; /* Checksum off by default */ in ipx_create()
/linux-4.4.14/drivers/scsi/
Discsi_tcp.c247 sk->sk_no_check_tx = 0; in iscsi_sw_tcp_conn_restore_callbacks()
/linux-4.4.14/net/l2tp/
Dl2tp_netlink.c383 nla_put_u8(skb, L2TP_ATTR_UDP_CSUM, !sk->sk_no_check_tx)) in l2tp_nl_tunnel_send()
Dl2tp_core.c1167 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_skb()
/linux-4.4.14/net/core/
Dsock.c808 sk->sk_no_check_tx = valbool; in sock_setsockopt()
1106 v.val = sk->sk_no_check_tx; in sock_getsockopt()
/linux-4.4.14/net/appletalk/
Dddp.c1668 if (sk->sk_no_check_tx) in atalk_sendmsg()
/linux-4.4.14/include/net/
Dsock.h402 sk_no_check_tx : 1, member
/linux-4.4.14/net/decnet/
Daf_decnet.c485 sk->sk_no_check_tx = 1; in dn_alloc_sock()
/linux-4.4.14/net/sctp/
Dsocket.c7176 newsk->sk_no_check_tx = sk->sk_no_check_tx; in sctp_copy_sock()