Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[firefly-linux-kernel-4.4.55.git] / tools / net / bpf_exp.l
index 833a96611da6d042e089294990801817d0f1ade9..7cc72a336645124c095c9595782198a4006313a7 100644 (file)
@@ -90,8 +90,10 @@ extern void yyerror(const char *str);
 "#"?("hatype") { return K_HATYPE; }
 "#"?("rxhash") { return K_RXHASH; }
 "#"?("cpu")    { return K_CPU; }
-"#"?("vlan_tci") { return K_VLANT; }
-"#"?("vlan_pr")        { return K_VLANP; }
+"#"?("vlan_tci")       { return K_VLAN_TCI; }
+"#"?("vlan_pr")                { return K_VLAN_AVAIL; }
+"#"?("vlan_avail")     { return K_VLAN_AVAIL; }
+"#"?("vlan_tpid")      { return K_VLAN_TPID; }
 "#"?("rand")   { return K_RAND; }
 
 ":"            { return ':'; }