MCPcopy Create free account
hub / github.com/F-Stack/f-stack / in_addword

Function in_addword

freebsd/arm/arm/in_cksum.c:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85u_short
86in_addword(u_short a, u_short b)
87{
88 u_int64_t sum = a + b;
89
90 ADDCARRY(sum);
91 return (sum);
92}
93
94static
95uint64_t _do_cksum(void *addr, int len)

Callers 3

tcp_lro_rx_csum_fixupFunction · 0.50
udp_ipsec_adjust_cksumFunction · 0.50
key_setnattFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected