Searched refs:gen_mpls (Results 1 – 4 of 4) sorted by relevance
38 gen_mpls
360 struct block *gen_mpls(compiler_state_t *, bpf_u_int32, int);
694 | MPLS pnum { CHECK_PTR_VAL(($$ = gen_mpls(cstate, $2, 1))); }695 | MPLS { CHECK_PTR_VAL(($$ = gen_mpls(cstate, 0, 0))); }
9281 gen_mpls(compiler_state_t *cstate, bpf_u_int32 label_num_arg, in gen_mpls() function