Home
last modified time | relevance | path

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

/linux-6.6.21/net/openvswitch/
Ddatapath.h119 struct ovs_skb_cb { struct
125 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) argument
Dactions.c50 struct ovs_skb_cb cb;
1215 struct ovs_skb_cb *ovs_cb = OVS_CB(skb); in execute_check_pkt_len()
Dconntrack.c442 struct ovs_skb_cb ovs_cb = *OVS_CB(skb); in ovs_ct_handle_fragments()
Ddatapath.c2724 BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > in dp_init()