Home
last modified time | relevance | path

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

/netbsd-src/sys/net/agr/
H A Dif_agrether_hash.c50 static const void *agr_m_extract(struct mbuf *, int, int, void *);
53 agr_m_extract(struct mbuf *m, int off, int len, void *buf) in agr_m_extract() function
81 eh = agr_m_extract(m, off, sizeof(*eh), &eh_store); in agrether_hashmbuf()
94 vlanhdr = agr_m_extract(m, off, sizeof(*vlanhdr), in agrether_hashmbuf()
115 ip = agr_m_extract(m, off, sizeof(*ip), &ip_store); in agrether_hashmbuf()
131 ip6 = agr_m_extract(m, off, sizeof(*ip6), &ip6_store); in agrether_hashmbuf()