]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/net/tc_act/tc_nat.h
net_sched: get rid of struct tcf_common
[mirror_ubuntu-jammy-kernel.git] / include / net / tc_act / tc_nat.h
index a91ad3ad565e5b49e8e7a2b45e1b56ae0aa0cfa9..56681a320612bcc0e15cecfbc2bc2f295308e175 100644 (file)
@@ -5,7 +5,7 @@
 #include <net/act_api.h>
 
 struct tcf_nat {
-       struct tcf_common common;
+       struct tc_action common;
 
        __be32 old_addr;
        __be32 new_addr;