Searched refs:nocheck (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | ip6_udp_tunnel.c | 70 __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 89 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb()
|
D | ip6_checksum.c | 91 void udp6_set_csum(bool nocheck, struct sk_buff *skb, in udp6_set_csum() argument 97 if (nocheck) in udp6_set_csum()
|
/linux-4.1.27/include/net/ |
D | udp_tunnel.h | 83 bool xnet, bool nocheck); 91 __be16 dst_port, bool nocheck);
|
D | ip6_checksum.h | 101 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-4.1.27/net/ipv4/ |
D | udp_tunnel.c | 81 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 93 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
D | udp.c | 762 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 767 if (nocheck) in udp_set_csum()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext3.txt | 102 nocheck
|
D | ext2.txt | 20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|
/linux-4.1.27/arch/sparc/kernel/ |
D | perf_event.c | 1383 goto nocheck; in sparc_pmu_add() 1390 nocheck: in sparc_pmu_add()
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-book3s.c | 1445 goto nocheck; in power_pmu_add() 1453 nocheck: in power_pmu_add()
|