Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mbuf2.c404 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
421 bcopy(t + 1, p + 1, t->m_tag_len); /* Copy the data */ in m_tag_copy()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h127 u_int16_t m_tag_len; /* Length of data */ member
1101 t->m_tag_len = len; in m_tag_setup()
/f-stack/freebsd/sys/
H A Dmbuf.h132 u_int16_t m_tag_len; /* Length of data */ member
1342 t->m_tag_len = len; in m_tag_setup()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c966 t->m_tag_len = sizeof(struct pf_mtag); in pf_mtag_uminit()