Searched defs:head (Results 1 – 12 of 12) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | key_value_store.c | 99 kvs_bucket_head *head; in kvs_remove() local 125 kvs_bucket_head *head; in kvs_search() local
|
| H A D | fhash.c | 162 hash_bucket_head *head; in HTRemove() local 187 hash_bucket_head *head; in HTSearch() local
|
| H A D | tcp_rb.c | 145 #define TAILQ_LOOP_NEXT(head, headname, elm, field) \ argument 164 boff_t head = loff2boff(rb, data); in buf_try_resize() local
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_rb.h | 51 loff_t head; /* head of this fragment */ member 71 loff_t head; /* head of this window (inf space) */ member
|
| H A D | tcp_send_buffer.h | 13 unsigned char *head; member
|
| H A D | tcp_stream.h | 32 #define SOCKQ_INIT(head) TAILQ_INIT(head) argument 33 #define SOCKQ_INSERT_TAIL(head, socket) \ argument 42 #define SOCKQ_REMOVE(head, socket) \ argument 54 #define SOCKQ_FOREACH_START(var, head) \ argument 61 #define SOCKQ_FOREACH_REVERSE(var, head) \ argument
|
| H A D | tcp_ring_buffer.h | 42 u_char* head; /* pointer to the head */ member
|
| H A D | netmap.h | 271 uint32_t head; /* (u) first user slot */ member
|
| H A D | mtcp.h | 138 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument
|
| /mOS-networking-stack/util/ |
| H A D | ring_buffer.c | 30 u_char* head; // pointer to the head member
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 248 struct block *head; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 1529 char *ptr, *head; local
|