Searched refs:gen_vlan (Results 1 – 3 of 3) sorted by relevance
353 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))); }
9178 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan() function