Home
last modified time | relevance | path

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

/net/openvswitch/
Dactions.c1095 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
1106 *get_mask(a, u32 *)); in execute_masked_set_action()
1111 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action()
1122 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action()
1131 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action()
1136 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()
1141 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action()
1146 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action()
1151 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action()
1155 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()