Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
Ddatapath.h68 struct datapath { struct
69 struct rcu_head rcu;
70 struct list_head list_node;
73 struct flow_table table;
76 struct hlist_head *ports;
79 struct dp_stats_percpu __percpu *stats_percpu;
82 possible_net_t net;
84 u32 user_features;
86 u32 max_headroom;
89 struct dp_meter_table meter_tbl;
/kernel/linux/linux-5.10/fs/overlayfs/
Dcopy_up.c499 struct path upperpath, datapath; in ovl_copy_up_inode() local
817 struct path upperpath, datapath; in ovl_copy_up_meta_inode_data() local