Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet_private.h182 uint8_t _off:4; member
184 uint8_t _off:4;
214 #define flow_tcp_off flow_l4._l4_tcp._off
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c205 #define _CHANNEL_SCHEMA(_base, _off) \ argument
206 _CHANNEL_OFFSET(struct __user_channel_schema *, _base, _off)
208 #define _CHANNEL_RING_DEF_BUF(_chrd, _ring, _idx, _off) \ argument
210 ((_idx) * (_ring)->ring_def_buf_size) + _off)
212 #define _CHANNEL_RING_LARGE_BUF(_chrd, _ring, _idx, _off) \ argument
214 ((_idx) * (_ring)->ring_large_buf_size) + _off)