Searched refs:gen_vlan (Results 1 – 4 of 4) sorted by relevance
60 gen_vlan
359 struct block *gen_vlan(compiler_state_t *, bpf_u_int32, int);
692 | VLAN pnum { CHECK_PTR_VAL(($$ = gen_vlan(cstate, $2, 1))); }693 | VLAN { CHECK_PTR_VAL(($$ = gen_vlan(cstate, 0, 0))); }
9183 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan() function