X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fflow.h;h=082a87bac81965a0fc25e18ae53246c9c5de8f6d;hb=8e2fed1c0cfbb29995a4301060acc0ef4ee84420;hp=b62cdb3e35892aa56468fbc17b1cd0ef3450af6a;hpb=538e4563198cd3d1a8e74c47fee3e49dc93e4a95;p=karo-tx-linux.git diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h index b62cdb3e3589..082a87bac819 100644 --- a/net/openvswitch/flow.h +++ b/net/openvswitch/flow.h @@ -144,6 +144,7 @@ struct sw_flow_id { struct sw_flow_actions { struct rcu_head rcu; + size_t orig_len; /* From flow_cmd_new netlink actions size */ u32 actions_len; struct nlattr actions[]; };