Searched defs:nm_bdg_fwd (Results 1 – 1 of 1) sorted by relevance
2219 struct nm_bdg_fwd { /* forwarding entry for a bridge */ struct2220 void *ft_buf; /* netmap or indirect buffer */2221 uint8_t ft_frags; /* how many fragments (only on 1st frag) */2222 uint16_t ft_offset; /* dst port (unused) */2223 uint16_t ft_flags; /* flags, e.g. indirect */2224 uint16_t ft_len; /* src fragment len */2225 uint16_t ft_next; /* next packet to same destination */