Searched refs:gen_load (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sf-redefines.h | 5 #define gen_load sf_gen_load macro
|
| H A D | gencode.h | 276 struct arth *gen_load(int, struct arth *, int);
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 2895 { (yyval.a) = gen_load((yyvsp[-3].i), (yyvsp[-1].a), 1); } in yyparse() 2901 { (yyval.a) = gen_load((yyvsp[-5].i), (yyvsp[-3].a), (yyvsp[-1].i)); } in yyparse()
|
| H A D | sf_gencode.c | 6534 struct arth *gen_load(proto, inst, size) in gen_load() function 7339 b0 = gen_relation(BPF_JEQ, gen_load(Q_LINK, gen_loadi(0), 1), gen_loadi(0), dir);
|