Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetmap.h214 #define NS_MOREFRAG 0x0020 /* packet has more fragments */ macro
H A Dnetmap_user.h1046 ring->slot[i].flags = NS_MOREFRAG; in nm_inject()
1104 while (slot->flags & NS_MOREFRAG) { in nm_dispatch()
H A Diflib.c1043 if (!(slot->flags & NS_MOREFRAG)) { in iflib_netmap_txsync()
1076 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED | NS_MOREFRAG); in iflib_netmap_txsync()
1211 ring->slot[nm_i].flags = NS_MOREFRAG; in iflib_netmap_rxsync()