Home
last modified time | relevance | path

Searched refs:len_proto (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dchecksum.h132 unsigned long len_proto = (ntohs(len)<<16)+proto*256; in csum_tcpudp_nofold() local
134 unsigned long len_proto = (proto<<16)+len; in csum_tcpudp_nofold()
142 : "=r" (sum), "=r" (len_proto) in csum_tcpudp_nofold()
143 : "r" (daddr), "r" (saddr), "1" (len_proto), "0" (sum) in csum_tcpudp_nofold()
/linux-2.4.37.9/include/asm-sh64/
Dchecksum.h186 unsigned long len_proto = (ntohs(len)<<16)+proto*256; in csum_tcpudp_nofold() local
188 unsigned long len_proto = (proto<<16)+len; in csum_tcpudp_nofold()
197 : "=r" (sum), "=r" (len_proto) in csum_tcpudp_nofold()
198 : "r" (daddr), "r" (saddr), "1" (len_proto), "0" (sum)); in csum_tcpudp_nofold()