Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dntstat.h989 typedef struct nstat_msg_src_update { struct
992 } nstat_msg_src_update; typedef
H A Dntstat.c5718 size_t size = offsetof(nstat_msg_src_update, data) + in nstat_control_send_update()
5750 nstat_msg_src_update *desc = (nstat_msg_src_update*)mbuf_data(msg); in nstat_control_send_update()
5846 size_t size = offsetof(nstat_msg_src_update, data) + src->provider->nstat_descriptor_length; in nstat_control_append_update()
5883 nstat_msg_src_update *desc = (nstat_msg_src_update*)buffer; in nstat_control_append_update()