Home
last modified time | relevance | path

Searched defs:nm_bdg_fwd (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h2198 struct nm_bdg_fwd { /* forwarding entry for a bridge */ struct
2199 void *ft_buf; /* netmap or indirect buffer */
2200 uint8_t ft_frags; /* how many fragments (only on 1st frag) */
2201 uint16_t ft_offset; /* dst port (unused) */
2202 uint16_t ft_flags; /* flags, e.g. indirect */
2203 uint16_t ft_len; /* src fragment len */
2204 uint16_t ft_next; /* next packet to same destination */