Searched defs:is_mask (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/openvswitch/ |
D | flow_netlink.c | 90 size_t offset, size_t size, bool is_mask) in update_range() 114 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument 124 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument 134 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ argument 138 #define SW_FLOW_KEY_MEMSET_FIELD(match, field, value, is_mask) \ argument 520 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 571 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 627 struct sw_flow_match *match, bool is_mask, in erspan_tun_opt_from_nlattr() 654 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr() 962 bool is_mask, bool inner) in encode_vlan_from_nlattrs() [all …]
|