Searched defs:action (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream_queue.h | 10 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 19 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 30 #define SQ_LOCK_INIT(lock, errmsg, action) (void) 0 argument
|
| H A D | mtcp.h | 117 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument 126 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 214 struct action { struct 216 enum e_action { argument 230 struct action *next; /* Next action for this state */ argument 231 struct action *collide; /* Next action with the same hash */ argument 436 int action; /* Action to take on the given lookahead */ member 477 PRIVATE void acttab_action(acttab *p, int lookahead, int action){ in acttab_action() 3352 int action; local 3363 int action; local 3381 int action = acttab_yyaction(pActtab, i); local
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 340 FRAction action; in ApplyActionPerFlow() local
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 258 pfaction_to_num(const char *action) in pfaction_to_num() 293 pfaction_to_num(const char *action) in pfaction_to_num()
|
| H A D | sf_gencode.c | 7530 struct block *gen_pf_action(int action) in gen_pf_action() 7579 struct block *gen_pf_action(int action) in gen_pf_action()
|