Searched defs:is_mask (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/net/openvswitch/ |
D | flow_netlink.c | 95 size_t offset, size_t size, bool is_mask) in update_range() 119 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument 129 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument 139 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ argument 143 #define SW_FLOW_KEY_MEMSET_FIELD(match, field, value, is_mask) \ argument 535 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 586 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 642 struct sw_flow_match *match, bool is_mask, in erspan_tun_opt_from_nlattr() 669 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr() 977 bool is_mask, bool inner) in encode_vlan_from_nlattrs() [all …]
|