taglinefilesource code
check428drivers/net/slhc.cdeltaA = ntohs(th->check);
check522drivers/net/slhc.cthp->check = htons(x);
check596drivers/net/slhc.cip->check = 0;
check609drivers/net/slhc.c((struct iphdr *)icp)->check = ip_csum((struct iphdr*)icp);
check69fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid,
check74fs/msdos/inode.c*check = 'n';
check86fs/msdos/inode.c*check = *value;
check87fs/msdos/inode.celse if (!strcmp(value,"relaxed")) *check = 'r';
check88fs/msdos/inode.celse if (!strcmp(value,"normal")) *check = 'n';
check89fs/msdos/inode.celse if (!strcmp(value,"strict")) *check = 's';
check151fs/msdos/inode.cchar check,conversion;
check156fs/msdos/inode.cif (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask,
check223fs/msdos/inode.c"uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(s)->fat_bits,check,
check241fs/msdos/inode.cMSDOS_SB(s)->name_check = check;
check125fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
check130fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
check135fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {
check92include/linux/ip.hunsigned short  check;
check55include/linux/tcp.hunsigned short  check;
check25include/linux/udp.hunsigned short  check;
check423kernel/bios32.cunion bios32 *check;
check436kernel/bios32.cfor (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
check437kernel/bios32.cif (check->fields.signature != BIOS32_SIGNATURE)
check439kernel/bios32.clength = check->fields.length * 16;
check444kernel/bios32.csum += check->chars[i];
check447kernel/bios32.cif (check->fields.revision != 0) {
check449kernel/bios32.ccheck->fields.revision, check);
check452kernel/bios32.cprintk ("bios32_init : BIOS32 Service Directory structure at 0x%p\n", check);
check454kernel/bios32.cbios32_indirect.address = bios32_entry = check->fields.entry;
check552net/inet/ip.ciph->check = 0;
check553net/inet/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check655net/inet/tcp.cth->check = 0;
check656net/inet/tcp.cth->check = tcp_check(th, len, saddr, daddr);
check698net/inet/tcp.cth->check = 0;
check234net/inet/udp.cuh->check = 0;
check237net/inet/udp.cuh->check = udp_check(uh, len, saddr, daddr);
check244net/inet/udp.cif (uh->check == 0)
check245net/inet/udp.cuh->check = 0xffff;
check599net/inet/udp.cif (uh->check && udp_check(uh, len, saddr, daddr))