Searched refs:gen_mpls (Results 1 – 3 of 3) sorted by relevance
184 struct block *gen_mpls(int);
279 | MPLS pnum { $$ = gen_mpls($2); }280 | MPLS { $$ = gen_mpls(-1); }
3284 gen_mpls(int label) in gen_mpls() function