Searched refs:nocheck (Results 1 – 4 of 4) sorted by relevance
/net/ipv6/ |
D | ip6_udp_tunnel.c | 81 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 97 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb()
|
D | ip6_checksum.c | 115 void udp6_set_csum(bool nocheck, struct sk_buff *skb, in udp6_set_csum() argument 121 if (nocheck) in udp6_set_csum()
|
/net/ipv4/ |
D | udp_tunnel_core.c | 156 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 170 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
D | udp.c | 885 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 890 if (nocheck) { in udp_set_csum()
|