Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Ddatapath.h121 struct ovs_skb_cb { struct
128 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) argument
Dactions.c55 struct ovs_skb_cb cb;
1247 struct ovs_skb_cb *ovs_cb = OVS_CB(skb); in execute_check_pkt_len()
Dconntrack.c447 struct ovs_skb_cb ovs_cb = *OVS_CB(skb); in ovs_ct_handle_fragments()
Ddatapath.c2723 BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > in dp_init()