taglinefilesource code
check403arch/i386/kernel/bios32.cunion bios32 *check;
check414arch/i386/kernel/bios32.cfor (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
check415arch/i386/kernel/bios32.cif (check->fields.signature != BIOS32_SIGNATURE)
check417arch/i386/kernel/bios32.clength = check->fields.length * 16;
check422arch/i386/kernel/bios32.csum += check->chars[i];
check425arch/i386/kernel/bios32.cif (check->fields.revision != 0) {
check427arch/i386/kernel/bios32.ccheck->fields.revision, check);
check430arch/i386/kernel/bios32.cprintk ("pcibios_init : BIOS32 Service Directory structure at 0x%p\n", check);
check432arch/i386/kernel/bios32.cif (check->fields.entry >= 0x100000) {
check435arch/i386/kernel/bios32.cbios32_indirect.address = bios32_entry = check->fields.entry;
check1736drivers/block/ide.cunsigned long capacity, check;
check1816drivers/block/ide.ccheck = (id->cur_capacity0 << 16) | id->cur_capacity1;
check1817drivers/block/ide.cif (check == capacity) {  /* was it swapped? */
check441drivers/net/slhc.cdeltaA = ntohs(th->check);
check535drivers/net/slhc.cthp->check = htons(x);
check609drivers/net/slhc.cip->check = 0;
check622drivers/net/slhc.c((struct iphdr *)icp)->check = ip_fast_csum(icp, ((struct iphdr*)icp)->ihl);
check236drivers/net/tunnel.ciph->check = 0;
check237drivers/net/tunnel.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check84fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid,
check90fs/msdos/inode.c*check = 'n';
check102fs/msdos/inode.c*check = *value;
check103fs/msdos/inode.celse if (!strcmp(value,"relaxed")) *check = 'r';
check104fs/msdos/inode.celse if (!strcmp(value,"normal")) *check = 'n';
check105fs/msdos/inode.celse if (!strcmp(value,"strict")) *check = 's';
check175fs/msdos/inode.cchar check,conversion;
check188fs/msdos/inode.cif (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask,
check270fs/msdos/inode.c"uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(sb)->fat_bits,check,
check290fs/msdos/inode.cMSDOS_SB(sb)->name_check = check;
check126fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
check131fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
check136fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {
check90include/linux/ip.h__u16  check;
check53include/linux/tcp.h__u16  check;
check25include/linux/udp.hunsigned short  check;
check89include/net/head_explode.hiph=exp_getn16(iph,&ip->check);
check127include/net/head_explode.htcph=exp_getn16(tcph,&tcp->check);
check137include/net/head_explode.hudph=exp_getn16(udph,&udp->check);
check335net/ipv4/ip.ciph->check = 0;
check336net/ipv4/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check1085net/ipv4/ip.ciph->check = ntohs(iph->check) + 0x0100;
check1086net/ipv4/ip.cif ((iph->check & 0xFF00) == 0)
check1087net/ipv4/ip.ciph->check++;    /* carry overflow */
check1088net/ipv4/ip.ciph->check = htons(iph->check);
check2556net/ipv4/ip.ciph->check = 0;
check2559net/ipv4/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check647net/ipv4/ip_fw.cuh->check=0;
check648net/ipv4/ip_fw.cuh->check=csum_tcpudp_magic(saddr,daddr,len,
check650net/ipv4/ip_fw.cif(uh->check==0)
check651net/ipv4/ip_fw.cuh->check=-0xFFFF;
check146net/ipv4/raw.ciph->check=0;
check154net/ipv4/raw.ciph->check=ip_fast_csum((unsigned char *)iph, iph->ihl);
check1063net/ipv4/tcp.cth->check = 0;
check1064net/ipv4/tcp.cth->check = tcp_check(th, len, saddr, daddr);
check1133net/ipv4/tcp.cth->check = 0;
check4948net/ipv4/tcp.cnth->check = 0;
check4961net/ipv4/tcp.cth->check = 0;
check212net/ipv4/udp.cufh->uh.check = csum_tcpudp_magic(saddr, ufh->daddr, 
check215net/ipv4/udp.cif (ufh->uh.check == 0)
check216net/ipv4/udp.cufh->uh.check = -1;
check266net/ipv4/udp.cufh.uh.check = 0;
check545net/ipv4/udp.cif (uh->check && udp_check(uh, len, saddr, daddr))