Searched refs:nocheck (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | ip6_udp_tunnel.c | 77 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 93 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb()
|
D | ip6_checksum.c | 99 void udp6_set_csum(bool nocheck, struct sk_buff *skb, in udp6_set_csum() argument 105 if (nocheck) in udp6_set_csum()
|
/Linux-v4.19/include/net/ |
D | udp_tunnel.h | 140 bool xnet, bool nocheck); 148 __be16 src_port, __be16 dst_port, bool nocheck);
|
D | ip6_checksum.h | 100 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
D | udp.h | 158 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/Linux-v4.19/net/ipv4/ |
D | udp_tunnel.c | 166 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 180 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
D | udp.c | 740 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 745 if (nocheck) { in udp_set_csum()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | perf_event.c | 1394 goto nocheck; in sparc_pmu_add() 1401 nocheck: in sparc_pmu_add()
|
/Linux-v4.19/arch/powerpc/perf/ |
D | core-book3s.c | 1489 goto nocheck; in power_pmu_add() 1497 nocheck: in power_pmu_add()
|
/Linux-v4.19/Documentation/filesystems/ |
D | ext2.txt | 20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|