taglinefilesource code
check419drivers/net/slhc.cdeltaA = ntohs(th->check);
check513drivers/net/slhc.cthp->check = htons(x);
check587drivers/net/slhc.cip->check = 0;
check600drivers/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;
check549net/inet/ip.ciph->check = 0;
check550net/inet/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check543net/inet/tcp.cth->check = 0;
check544net/inet/tcp.cth->check = tcp_check(th, len, saddr, daddr);
check582net/inet/tcp.cth->check = 0;
check231net/inet/udp.cuh->check = 0;
check234net/inet/udp.cuh->check = udp_check(uh, len, saddr, daddr);
check241net/inet/udp.cif (uh->check == 0)
check242net/inet/udp.cuh->check = 0xffff;
check621net/inet/udp.cif (uh->check && udp_check(uh, len, saddr, daddr))