Searched refs:gen_vlan (Results 1 – 3 of 3) sorted by relevance
327 struct block *gen_vlan(compiler_state_t *, bpf_u_int32, int);
552 | VLAN pnum { CHECK_PTR_VAL(($$ = gen_vlan(cstate, (bpf_u_int32)$2, 1))); }553 | VLAN { CHECK_PTR_VAL(($$ = gen_vlan(cstate, 0, 0))); }
8922 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan() function