Searched refs:is_mask (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/openvswitch/
H A Dflow_netlink.c95 size_t offset, size_t size, bool is_mask)
101 if (!is_mask)
119 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \
122 sizeof((match)->key->field), is_mask); \
123 if (is_mask) \
129 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \
131 update_range(match, offset, len, is_mask); \
132 if (is_mask) \
139 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \
141 value_p, len, is_mask)
94 update_range(struct sw_flow_match *match, size_t offset, size_t size, bool is_mask) argument
541 genev_tun_opt_from_nlattr(const struct nlattr *a, struct sw_flow_match *match, bool is_mask, bool log) argument
592 vxlan_tun_opt_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool log) argument
648 erspan_tun_opt_from_nlattr(const struct nlattr *a, struct sw_flow_match *match, bool is_mask, bool log) argument
675 ip_tun_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool log) argument
987 encode_vlan_from_nlattrs(struct sw_flow_match *match, const struct nlattr *a[], bool is_mask, bool inner) argument
1090 __parse_vlan_from_nlattrs(struct sw_flow_match *match, u64 *key_attrs, bool inner, const struct nlattr **a, bool is_mask, bool log) argument
1125 parse_vlan_from_nlattrs(struct sw_flow_match *match, u64 *key_attrs, const struct nlattr **a, bool is_mask, bool log) argument
1148 parse_eth_type_from_nlattrs(struct sw_flow_match *match, u64 *attrs, const struct nlattr **a, bool is_mask, bool log) argument
1169 metadata_from_nlattrs(struct net *net, struct sw_flow_match *match, u64 *attrs, const struct nlattr **a, bool is_mask, bool log) argument
1401 nsh_key_put_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool is_push_nsh, bool log) argument
1522 ovs_key_from_nlattrs(struct net *net, struct sw_flow_match *match, u64 attrs, const struct nlattr **a, bool is_mask, bool log) argument
1984 ovs_nla_put_vlan(struct sk_buff *skb, const struct vlan_head *vh, bool is_mask) argument
1995 nsh_key_to_nlattr(const struct ovs_key_nsh *nsh, bool is_mask, struct sk_buff *skb) argument
2023 __ovs_nla_put_key(const struct sw_flow_key *swkey, const struct sw_flow_key *output, bool is_mask, struct sk_buff *skb) argument
2276 ovs_nla_put_key(const struct sw_flow_key *swkey, const struct sw_flow_key *output, int attr, bool is_mask, struct sk_buff *skb) argument
2854 validate_nsh(const struct nlattr *attr, bool is_mask, bool is_push_nsh, bool log) argument
[all...]
H A Dflow_netlink.h34 int attr, bool is_mask, struct sk_buff *);

Completed in 158 milliseconds