Searched refs:netdump_msg_hdr (Results 1 – 2 of 2) sorted by relevance
395 struct netdump_msg_hdr *nd_msg_hdr; in netdump_send()418 sizeof(struct netdump_msg_hdr)); in netdump_send()438 m->m_len = sizeof(struct netdump_msg_hdr); in netdump_send()439 m->m_pkthdr.len = sizeof(struct netdump_msg_hdr); in netdump_send()440 MH_ALIGN(m, sizeof(struct netdump_msg_hdr)); in netdump_send()441 nd_msg_hdr = mtod(m, struct netdump_msg_hdr *); in netdump_send()
51 struct netdump_msg_hdr { struct