netlink: Rename pid to portid to avoid confusion
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / openvswitch / datapath.h
index 129ec548075829399e68cd8e77e8f1902a8938fc..031dfbf37c937dff57657d33d45143d454cc4e46 100644 (file)
@@ -129,7 +129,7 @@ struct dp_upcall_info {
        u8 cmd;
        const struct sw_flow_key *key;
        const struct nlattr *userdata;
-       u32 pid;
+       u32 portid;
 };
 
 static inline struct net *ovs_dp_get_net(struct datapath *dp)