tag | line | file | source code |
csum_tcpudp_magic | 3 | arch/ppc/kernel/stubs.c | unsigned int csum_tcpudp_magic(void); |
csum_tcpudp_magic | 15 | include/asm-alpha/checksum.h | extern unsigned short int csum_tcpudp_magic(unsigned long saddr, |
csum_tcpudp_magic | 15 | include/asm-ppc/checksum.h | extern unsigned short int csum_tcpudp_magic(unsigned long saddr, |
csum_tcpudp_magic | 283 | include/net/tcp.h | return csum_tcpudp_magic(saddr,daddr,len,IPPROTO_TCP,base); |
csum_tcpudp_magic | 795 | net/ipv4/ip_fw.c | uh->check=csum_tcpudp_magic(saddr,daddr,len, |
csum_tcpudp_magic | 213 | net/ipv4/udp.c | return(csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base)); |
csum_tcpudp_magic | 255 | net/ipv4/udp.c | ufh->uh.check = csum_tcpudp_magic(saddr, ufh->daddr, |