Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h342 struct necp_mtag_ { struct
354 struct necp_mtag_ _necp_mtag; /* built-in NECP tag */ argument
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2061 memcpy(m_necptag(to), m_necptag(from), sizeof(struct necp_mtag_)); in m_copy_necptag()