taglinefilesource code
check424drivers/net/slhc.cdeltaA = ntohs(th->check);
check522drivers/net/slhc.cthp->check = htons(x);
check601drivers/net/slhc.cip->check = 0;
check616drivers/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;
check119fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->filp[i])) {
check124fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->filp[i])) {
check129fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->filp[i])) {
check74include/linux/ip.hunsigned short  check;
check39include/linux/tcp.hunsigned short  check;
check25include/linux/udp.hunsigned short  check;
check100net/inet/ip.cip->id, ip->ttl, ip->protocol, ip->check);
check522net/inet/ip.ciph->check = 0;
check523net/inet/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check136net/inet/tcp.cntohs(th->window), ntohs(th->check), ntohs(th->urg_ptr));
check591net/inet/tcp.cth->check = 0;
check592net/inet/tcp.cth->check = tcp_check(th, len, saddr, daddr);
check81net/inet/udp.cprintk("     len = %d, check = %d\n", ntohs(uh->len), ntohs(uh->check));
check207net/inet/udp.cuh->check = 0;
check210net/inet/udp.cuh->check = udp_check(uh, len, saddr, daddr);
check211net/inet/udp.cif (uh->check == 0) uh->check = 0xffff;
check572net/inet/udp.cif (uh->check && udp_check(uh, len, saddr, daddr)) {