Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dcpu_in_cksum_gen.c98 struct _mbuf { struct
99 struct _mbuf *_m_next; argument
106 extern uint32_t os_cpu_in_cksum_mbuf(struct _mbuf *, int, int, uint32_t); argument
170 static_assert(offsetof(struct _mbuf, _m_next) == 0); in os_cpu_in_cksum()
171 static_assert(offsetof(struct _mbuf, _m_data) == 16); in os_cpu_in_cksum()
172 static_assert(offsetof(struct _mbuf, _m_len) == 24); in os_cpu_in_cksum()
174 static_assert(offsetof(struct _mbuf, _m_next) == 0); in os_cpu_in_cksum()
175 static_assert(offsetof(struct _mbuf, _m_data) == 8); in os_cpu_in_cksum()
176 static_assert(offsetof(struct _mbuf, _m_len) == 12); in os_cpu_in_cksum()
179 static_assert(offsetof(struct _mbuf, _m_next) == in os_cpu_in_cksum()
[all …]