Searched refs:check (Results 176 - 200 of 541) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Ddocumentation-file-ref-check28 printf "Warning: can't check if file exists, as this is not a git tree\n";
175 print "Auto-fixing broken references. Please double-check the results\n";
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c133 iph->check = 0;
145 iph->check = ~((csum & 0xffff) + (csum >> 16));
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_wopcm.c269 * programmed values make sense and disable the relevant check
278 goto check;
303 * correct. Formal check of whole WOPCM layout will be done below.
314 check:
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_udp.c66 if (!hdr->check)
165 if (!hdr->check) {
H A Dnf_flow_table_core.c463 inet_proto_csum_replace2(&tcph->check, skb, port, new_port, false);
472 if (udph->check || skb->ip_summed == CHECKSUM_PARTIAL) {
473 inet_proto_csum_replace2(&udph->check, skb, port,
475 if (!udph->check)
476 udph->check = CSUM_MANGLED_0;
/linux-master/drivers/iio/proximity/
H A Drfd77402.c93 static int rfd77402_set_state(struct i2c_client *client, u8 state, u16 check) argument
107 if ((ret & RFD77402_STATUS_PM_MASK) != check)
/linux-master/certs/
H A Dsystem_keyring.c149 restriction->check = restrict_link_by_builtin_secondary_and_machine;
151 restriction->check = restrict_link_by_builtin_and_secondary_trusted;
/linux-master/arch/arm/nwfpe/
H A Dentry.S75 bl arm_check_condition @ check the condition
100 b emulate @ check condition and emulate
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c204 h_ip->check = 0;
209 h_ip->check = ~(sum + (sum >> 16));
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wopcm.c226 * BIOS/IFWI, check against the max allowed wopcm size to
231 goto check;
243 * correct. Formal check of whole WOPCM layout will be done below.
254 check:
/linux-master/security/integrity/
H A Ddigsig.c149 restriction->check = restrict_link_by_ca;
151 restriction->check = restrict_link_to_ima;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c133 iph->check = 0;
145 iph->check = ~((csum & 0xffff) + (csum >> 16));
H A Dtest_xdp_loop.c129 iph->check = 0;
141 iph->check = ~((csum & 0xffff) + (csum >> 16));
H A Dtest_tcp_custom_syncookie.c184 /* check tcp_v4_csum(csum) is 0 if not on lo. */
193 /* check tcp_v6_csum(csum) is 0 if not on lo. */
414 ctx->tcp->check = 0;
429 ctx->tcp->check = tcp_v4_csum(ctx, csum);
431 ctx->ipv4->check = 0;
441 ctx->ipv4->check = csum_fold(csum);
444 ctx->tcp->check = tcp_v6_csum(ctx, csum);
H A Dxdp_synproxy_kern.c529 tcp_header->check = 0; /* Calculate checksum later. */
547 hdr->ipv4->check = 0; /* Calculate checksum later. */
664 * the check that the destination of the __builtin_memmove below
689 hdr->tcp->check = 0;
694 hdr->tcp->check = csum_tcpudp_magic(hdr->ipv4->saddr,
700 hdr->ipv4->check = 0;
704 hdr->ipv4->check = csum_fold(value);
706 hdr->tcp->check = csum_ipv6_magic(&hdr->ipv6->saddr,
/linux-master/arch/mips/kernel/
H A Dscall32-o32.S48 * userspace so we don't have to do a slower byte accurate check here.
97 subu v0, v0, __NR_O32_Linux # check syscall number
184 subu t0, a0, __NR_O32_Linux # check syscall number
/linux-master/arch/arc/kernel/
H A Dentry.S260 ; Before returning to User mode check-for-and-complete any pending work
334 ; check if this task's NEED_RESCHED flag set
/linux-master/net/ipv6/
H A Dudp.c444 /* starting over for a new packet, but check if we need to yield */
861 if (!uh->check && !udp_get_no_check6_rx(sk))
915 if (inet_get_convert_csum(sk) && uh->check && !IS_UDPLITE(sk))
983 if (!uh->check && !udp_get_no_check6_rx(sk)) {
1005 if (!uh->check && !udp_get_no_check6_rx(sk))
1012 if (!uh->check)
1072 /* Only check first socket in chain */
1183 skb->csum_offset = offsetof(struct udphdr, check);
1184 uh->check = ~csum_ipv6_magic(saddr, daddr, len, IPPROTO_UDP, 0);
1201 uh->check
[all...]
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c24 return &((struct tcphdr *)txporthdr)->check;
27 return &((struct udphdr *)txporthdr)->check;
257 __sum16 *check; local
277 check = rmnet_map_get_csum_field(proto, trans);
278 if (check) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c141 iph->check = 0;
149 iph->check = ~sum;
199 udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
206 meta->request.csum_offset = offsetof(struct udphdr, check);
344 ASSERT_EQ(udph->check, htons(0x721c), "csum");
473 /* Now check metadata of packet, generated with network stack */
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c379 want_csum = udph->check;
381 udph->check = ~csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr,
384 udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
392 meta->request.csum_offset = offsetof(struct udphdr, check);
395 xsk, ntohs(udph->check), ntohs(want_csum),
/linux-master/net/batman-adv/
H A Drouting.c432 * @skb: packet to check
437 * Return: negative value when check fails and 0 otherwise. The negative value
597 /* check if the loop has already passed the previously selected
797 /* check if there is enough data before accessing it */
813 /* check if the destination client was served by this node and it is now
835 * value is used later to check if the node which sent (or re-routed
853 /* check if the TTVN contained in the packet is fresher than what the
913 int check, hdr_size = sizeof(*unicast_packet); local
915 check = batadv_check_unicast_packet(bat_priv, skb, hdr_size);
916 if (check <
946 int check, hdr_size = sizeof(*unicast_packet); local
[all...]
/linux-master/lib/
H A Dmemcpy_kunit.c31 #define check(instance, v) do { \ macro
80 check(control, 0x20);
81 check(zero, 0);
154 check(control, 0x99);
155 check(zero, 0);
257 check(control, 0x30);
258 check(dest, 0);
462 * very long time. Instead, only check up to 128 bytes offset
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S176 movel (%a0),L_SCR2(%a6) |save exponent for sign check
242 tstb BINDEC_FLG(%a6) |check for denorm
309 bras len_ck |skip to LEN check
315 tstl %d4 |LEN check: branch on sign of LEN
491 tstb BINDEC_FLG(%a6) |check for denorm
543 btstl #9,%d0 |check if INEX2 set
639 tstw %d5 |check if ICTR = 0
658 | denormalized, check only the case in which YINT > 10^LEN.
660 tstb BINDEC_FLG(%a6) |check if input was norm
691 | and shouldn't have another; this is to check i
[all...]
/linux-master/fs/isofs/
H A Dinode.c159 unsigned char check; member in struct:iso9660_options
315 {Opt_check_r, "check=relaxed"},
316 {Opt_check_r, "check=r"},
317 {Opt_check_s, "check=strict"},
318 {Opt_check_s, "check=s"},
349 popt->check = 'u'; /* unset */
431 popt->check = 'r';
434 popt->check = 's';
500 if (sbi->s_check) seq_printf(m, ",check=%c", sbi->s_check);
682 * proper identification in this case, we first check fo
[all...]

Completed in 241 milliseconds

1234567891011>>