Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dplugin.c234 plugin **slot;\
238 if (!slot) return HANDLER_GO_ON;\
240 plugin *p = slot[j];\
282 plugin **slot;\ in PLUGIN_TO_SLOT()
286 if (!slot) return HANDLER_GO_ON;\ in PLUGIN_TO_SLOT()
288 plugin *p = slot[j];\ in PLUGIN_TO_SLOT()
382 if (!slot) { \
383 slot = calloc(srv->plugins.used, sizeof(*slot));\
387 if (slot[j]) continue;\
388 slot[j] = p;\
[all …]
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h937 idx = ring->slot[i].buf_idx; in nm_inject()
938 ring->slot[i].len = size; in nm_inject()
973 u_int idx = ring->slot[i].buf_idx; in nm_dispatch()
977 d->hdr.len = d->hdr.caplen = ring->slot[i].len; in nm_dispatch()
997 u_int idx = ring->slot[i].buf_idx; in nm_nextpkt()
1002 hdr->len = hdr->caplen = ring->slot[i].len; in nm_nextpkt()
H A Dnetmap.h287 struct netmap_slot slot[0]; /* array of slots. */ member
/mOS-networking-stack/core/src/
H A Dnetmap_module.c184 u_int idx = ring->slot[i].buf_idx; in netmap_recv_pkts()
186 npc->rcv_pkt_len[p] = ring->slot[i].len; in netmap_recv_pkts()