OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_tag
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
mbuf.h
102
struct
m_tag
{
struct
103
SLIST_ENTRY(
m_tag
) m_tag_link; /* List of packet tags */
190
SLIST_HEAD(packet_tags,
m_tag
) tags; /* list of packet tags */
781
struct
m_tag
*m_tag_get(int, int, int);
782
void m_tag_free(struct
m_tag
*);
783
void m_tag_prepend(struct mbuf *, struct
m_tag
*);
784
void m_tag_unlink(struct mbuf *, struct
m_tag
*);
785
void m_tag_delete(struct mbuf *, struct
m_tag
*);
787
struct
m_tag
*m_tag_find(const struct mbuf *, int);
788
struct
m_tag
*m_tag_copy(struct m_tag *)
[
all
...]
mbuf.h
102
struct
m_tag
{
struct
103
SLIST_ENTRY(
m_tag
) m_tag_link; /* List of packet tags */
190
SLIST_HEAD(packet_tags,
m_tag
) tags; /* list of packet tags */
781
struct
m_tag
*m_tag_get(int, int, int);
782
void m_tag_free(struct
m_tag
*);
783
void m_tag_prepend(struct mbuf *, struct
m_tag
*);
784
void m_tag_unlink(struct mbuf *, struct
m_tag
*);
785
void m_tag_delete(struct mbuf *, struct
m_tag
*);
787
struct
m_tag
*m_tag_find(const struct mbuf *, int);
788
struct
m_tag
*m_tag_copy(struct m_tag *)
[
all
...]
Completed in 164 milliseconds
Indexes created Fri Oct 03 14:09:59 GMT 2025