Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h640 #define OVS_UFID_F_OMIT_ACTIONS (1 << 2) macro
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1867 OVS_UFID_F_OMIT_ACTIONS = 1 << 2
1903 | OVS_UFID_F_OMIT_ACTIONS
/openbmc/linux/net/openvswitch/
H A Ddatapath.c768 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()