Searched refs:_mbuf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | cpu_in_cksum_gen.c | 99 struct _mbuf { struct 100 struct _mbuf *_m_next; argument 107 extern uint32_t os_cpu_in_cksum_mbuf(struct _mbuf *, int, int, uint32_t); argument 171 _CASSERT(offsetof(struct _mbuf, _m_next) == 0); in os_cpu_in_cksum() 172 _CASSERT(offsetof(struct _mbuf, _m_data) == 16); in os_cpu_in_cksum() 173 _CASSERT(offsetof(struct _mbuf, _m_len) == 24); in os_cpu_in_cksum() 175 _CASSERT(offsetof(struct _mbuf, _m_next) == 0); in os_cpu_in_cksum() 176 _CASSERT(offsetof(struct _mbuf, _m_data) == 8); in os_cpu_in_cksum() 177 _CASSERT(offsetof(struct _mbuf, _m_len) == 12); in os_cpu_in_cksum() 180 _CASSERT(offsetof(struct _mbuf, _m_next) == in os_cpu_in_cksum() [all …]
|