Searched refs:NS_MOREFRAG (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dnetmap.h196 #define NS_MOREFRAG 0x0020 /* packet has more fragments */ macro
/freebsd-11.0-release/sys/dev/netmap/
H A Dnetmap_offloadings.c389 slot->flags = (dst_slots << 8)| NS_MOREFRAG;
392 /* Clear NS_MOREFRAG flag on last entry. */
H A Dnetmap_vale.c1088 if (slot->flags & NS_MOREFRAG) {
1101 // ft_i > 0, ft[ft_i-1].flags has NS_MOREFRAG
1102 ft[ft_i - 1].ft_frags &= ~NS_MOREFRAG;
1202 } else if (buf_len == na->virt_hdr_len && ft->ft_flags & NS_MOREFRAG) {
1565 slot->flags = (cnt << 8)| NS_MOREFRAG;
/freebsd-11.0-release/tools/tools/netmap/
H A Dpkt-gen.c786 slot->flags |= NS_MOREFRAG;
790 slot->flags &= ~NS_MOREFRAG;

Completed in 114 milliseconds