Home
last modified time | relevance | path

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

/net/openvswitch/
A Dactions.c1103 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
1114 *get_mask(a, u32 *)); in execute_masked_set_action()
1119 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action()
1130 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action()
1139 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action()
1144 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()
1149 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action()
1154 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action()
1159 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action()
1163 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()

Completed in 6 milliseconds