Search | Google it | Results 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/cpu_in_cksum.c (0.00 seconds) |
102: mlen -= off; 103: data = mtod(m, uint8_t *) + off; 104: goto post_initial_offset; 119: mlen = m->m_len; 120: data = mtod(m, uint8_t *); 121: post_initial_offset: 251: mlen -= off; 252: data = mtod(m, uint8_t *) + off; 253: goto post_initial_offset; 268: mlen = m->m_len; 269: data = mtod(m, uint8_t *); 270: post_initial_offset: