Home
last modified time | relevance | path

Searched refs:ovs_skb_cb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/openvswitch/
Ddatapath.h100 struct ovs_skb_cb { struct
104 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) argument
Ddatapath.c2257 BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb)); in dp_init()