ovs_skb_cb         48 net/openvswitch/actions.c 	struct ovs_skb_cb cb;
ovs_skb_cb        496 net/openvswitch/conntrack.c 	struct ovs_skb_cb ovs_cb = *OVS_CB(skb);
ovs_skb_cb       2467 net/openvswitch/datapath.c 	BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb));
ovs_skb_cb        103 net/openvswitch/datapath.h #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb)