Searched defs:index (Results 1 – 12 of 12) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | eth_in.c | 14 int index, struct ethhdr *ethh, int eth_len) in FillInPacketEthContext() 28 ProcessPacket(mtcp_manager_t mtcp, const int ifidx, const int index, in ProcessPacket()
|
| H A D | tcp_rb_frag_queue.c | 55 RBFragMemoryBarrier(struct fragment_ctx * volatile frag, volatile index_type index) in RBFragMemoryBarrier()
|
| H A D | tcp_sb_queue.c | 55 SBMemoryBarrier(struct tcp_send_buffer * volatile buf, volatile index_type index) in SBMemoryBarrier()
|
| H A D | tcp_stream_queue.c | 140 StreamMemoryBarrier(tcp_stream * volatile stream, volatile index_type index) in StreamMemoryBarrier()
|
| H A D | pcap_module.c | 57 pcap_get_rptr(struct mtcp_thread_context *ctxt, int ifidx, int index, uint16_t *len) in pcap_get_rptr()
|
| H A D | dpdk_module.c | 322 dpdk_set_wptr(struct mtcp_thread_context *ctxt, int out_nif, int in_nif, int index) in dpdk_set_wptr() 395 dpdk_get_rptr(struct mtcp_thread_context *ctxt, int ifidx, int index, uint16_t *len) in dpdk_get_rptr()
|
| H A D | eventpoll.c | 551 int index; in AddEpollEvent() local
|
| H A D | addr_pool.c | 310 int index = addr_h - ap->addr_base; in FreeAddress() local
|
| H A D | netmap_module.c | 199 netmap_get_rptr(struct mtcp_thread_context *ctxt, int ifidx, int index, uint16_t *len) in netmap_get_rptr()
|
| H A D | tcp_stream.c | 252 int index; in RaiseReadEvent() local
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap_user.h | 108 #define NETMAP_TXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 111 #define NETMAP_RXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 114 #define NETMAP_BUF(ring, index) \ argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 149 int index; /* Index number for this symbol */ member 187 int index; /* An index number for this rule */ member 239 int index; /* Sequencial number for this state */ member
|