Searched refs:Q_DEFAULT (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 3630 case Q_DEFAULT: 3674 case Q_DEFAULT: 3719 case Q_DEFAULT: 3761 case Q_DEFAULT: 3795 case Q_DEFAULT: 4144 case Q_DEFAULT: 4180 case Q_DEFAULT: 4238 case Q_DEFAULT: 4329 case Q_DEFAULT: 4460 case Q_DEFAULT: [all …]
|
| H A D | sf_grammar.c | 2188 { QSET((yyval.blk).q, (yyvsp[-1].i), (yyvsp[0].i), Q_DEFAULT); } in yyparse() 2194 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2200 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTO); } in yyparse() 2206 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTOCHAIN); } in yyparse() 2212 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2286 { (yyval.i) = Q_DEFAULT; } in yyparse()
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 138 #define Q_DEFAULT 0 macro
|