Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Ddatapath.h84 struct datapath { struct
85 struct rcu_head rcu;
86 struct list_head list_node;
89 struct flow_table table;
92 struct hlist_head *ports;
95 struct dp_stats_percpu __percpu *stats_percpu;
98 possible_net_t net;
100 u32 user_features;
102 u32 max_headroom;
105 struct dp_meter_table meter_tbl;
[all …]
/linux-6.1.9/fs/overlayfs/
Dcopy_up.c199 struct path datapath; in ovl_copy_up_file() local