Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h592 #define OVS_UFID_F_OMIT_ACTIONS (1 << 2) macro
/Linux-v4.19/net/openvswitch/
Ddatapath.c691 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()