/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_udp_tunnel.c | 81 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() 97 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb() 76 udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, struct net_device *dev, struct in6_addr *saddr, struct in6_addr *daddr, __u8 prio, __u8 ttl, __be32 label, __be16 src_port, __be16 dst_port, bool nocheck) udp_tunnel6_xmit_skb() argument
|
H A 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()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_udp_tunnel.c | 81 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() 97 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb() 76 udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, struct net_device *dev, struct in6_addr *saddr, struct in6_addr *daddr, __u8 prio, __u8 ttl, __be32 label, __be16 src_port, __be16 dst_port, bool nocheck) udp_tunnel6_xmit_skb() argument
|
H A 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp_tunnel.h | 145 bool xnet, bool nocheck); 152 __be16 src_port, __be16 dst_port, bool nocheck);
|
H A D | ip6_checksum.h | 96 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
H A D | udp.h | 155 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_tunnel_core.c | 156 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() 170 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb() 153 udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, bool xnet, bool nocheck) udp_tunnel_xmit_skb() argument
|
H A D | udp.c | 863 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 868 if (nocheck) { in udp_set_csum()
|
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_checksum.h | 82 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
H A D | udp_tunnel.h | 153 bool xnet, bool nocheck); 160 __be16 src_port, __be16 dst_port, bool nocheck);
|
H A D | udp.h | 157 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_tunnel_core.c | 174 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() 188 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb() 171 udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, bool xnet, bool nocheck) udp_tunnel_xmit_skb() argument
|
H A D | udp.c | 874 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 879 if (nocheck) { in udp_set_csum()
|
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
H A D | functions.sh | 281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/ |
H A D | functions.sh | 298 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 1583 goto nocheck; in power_pmu_add() 1591 nocheck: in power_pmu_add()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 1665 goto nocheck; in power_pmu_add() 1673 nocheck: in power_pmu_add()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|