Home
last modified time | relevance | path

Searched refs:OVS_UFID_F_OMIT_ACTIONS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dopenvswitch.h596 #define OVS_UFID_F_OMIT_ACTIONS (1 << 2) macro
/Linux-v5.4/net/openvswitch/
Ddatapath.c698 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()