Searched refs:ip_fast_csum (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | debug.c | 118 if (ip_fast_csum(iph, iph->ihl)) { in DumpPacket() 123 correct_csum = ip_fast_csum(iph, iph->ihl); in DumpPacket() 183 if (ip_fast_csum(iph, iph->ihl)) { in DumpIPPacket() 241 if (ip_fast_csum(iph, iph->ihl)) { in DumpIPPacketToFile()
|
| H A D | ip_out.c | 174 iph->check = ip_fast_csum(iph, iph->ihl); in IPOutputStandalone() 236 iph->check = ip_fast_csum(iph, iph->ihl); in IPOutput()
|
| H A D | ip_in.c | 74 if (ip_fast_csum(iph, iph->ihl)) { in ProcessInIPv4Packet()
|
| H A D | icmp.c | 116 iph->check = ip_fast_csum(iph, iph->ihl); in ICMPOutput()
|
| H A D | mos_api.c | 1183 iph->check = ip_fast_csum(iph, iph->ihl); in mtcp_setlastpkt()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | ip_in.h | 10 static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum() function
|