Home
last modified time | relevance | path

Searched defs:flow_action_entry (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/net/
Dflow_offload.h221 struct flow_action_entry { struct
222 enum flow_action_id id;
223 u32 hw_index;
224 enum flow_action_hw_stats hw_stats;
225 action_destr destructor;
226 void *destructor_priv;
227 union {
320 struct flow_action_entry entries[]; argument