Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.h127 struct ovs_skb_cb { struct
135 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) argument
184 struct ovs_skb_cb cb;
H A Dactions.c1137 struct ovs_skb_cb *ovs_cb = OVS_CB(skb); in execute_check_pkt_len()
H A Dconntrack.c447 struct ovs_skb_cb ovs_cb = *OVS_CB(skb); in ovs_ct_handle_fragments()
H A Ddatapath.c2779 BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > in dp_init()