Home
last modified time | relevance | path

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

/linux/drivers/net/ovpn/
H A Dudp.c201 fl.fl4_dport, false, sk->sk_no_check_tx, 0); in ovpn_udp4_output()
/linux/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.c1308 udp_set_csum(sk->sk_no_check_tx, skb, inet->inet_saddr, in l2tp_xmit_core()
/linux/net/appletalk/
H A Dddp.c1668 if (sk->sk_no_check_tx) in atalk_sendmsg()
/linux/net/ipv4/
H A Dudp.c1125 if (sk->sk_no_check_tx) { in udp_send_skb()
1145 if (sk->sk_no_check_tx) { /* UDP csum off */ in udp_send_skb()
/linux/include/net/
H A Dsock.h537 sk_no_check_tx : 1, member