Searched refs:nocheck (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/net/ipv6/ |
D | ip6_udp_tunnel.c | 86 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 102 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()
|
/Linux-v5.4/include/net/ |
D | udp_tunnel.h | 144 bool xnet, bool nocheck); 152 __be16 src_port, __be16 dst_port, bool nocheck);
|
D | ip6_checksum.h | 96 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
D | udp.h | 154 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/Linux-v5.4/net/ipv4/ |
D | udp_tunnel.c | 176 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 190 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
D | udp.c | 791 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 796 if (nocheck) { in udp_set_csum()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|
/Linux-v5.4/arch/powerpc/perf/ |
D | core-book3s.c | 1508 goto nocheck; in power_pmu_add() 1516 nocheck: in power_pmu_add()
|
/Linux-v5.4/Documentation/filesystems/ |
D | ext2.txt | 20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|