Home
last modified time | relevance | path

Searched refs:gen_mtp3field_code (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h42 #define gen_mtp3field_code sf_gen_mtp3field_code macro
H A Dgencode.h313 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c3170 …{ (yyval.blk).b = gen_mtp3field_code((yyvsp[-2].blk).mtp3fieldtype, (u_int)(yyvsp[0].i), (u_int)(y… in yyparse()
3176 …{ (yyval.blk).b = gen_mtp3field_code((yyvsp[-2].blk).mtp3fieldtype, (u_int)(yyvsp[0].i), (u_int)(y… in yyparse()
3194 (yyval.blk).b = gen_mtp3field_code((yyval.blk).mtp3fieldtype, (u_int) (yyvsp[0].i), SFBPF_JEQ, 0); in yyparse()
H A Dsf_gencode.c8104 struct block *gen_mtp3field_code(mtp3field, jvalue, jtype, reverse) in gen_mtp3field_code() function