Lines Matching refs:nla_data
960 for (a = nla_data(attr), rem = nla_len(attr); rem > 0;
1011 struct nlattr *actions = nla_data(attr);
1014 return clone_execute(dp, skb, key, 0, nla_data(actions),
1036 sample_arg = nla_data(attr);
1037 arg = nla_data(sample_arg);
1066 clone_arg = nla_data(attr);
1077 struct ovs_action_hash *hash_act = nla_data(attr);
1103 struct ovs_tunnel_info *tun = nla_data(a);
1115 #define get_mask(a, type) ((const type)nla_data(a) + 1)
1141 err = set_eth_addr(skb, flow_key, nla_data(a),
1150 err = set_ipv4(skb, flow_key, nla_data(a),
1155 err = set_ipv6(skb, flow_key, nla_data(a),
1160 err = set_tcp(skb, flow_key, nla_data(a),
1165 err = set_udp(skb, flow_key, nla_data(a),
1170 err = set_sctp(skb, flow_key, nla_data(a),
1175 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a,
1224 cpl_arg = nla_data(attr);
1225 arg = nla_data(cpl_arg);
1246 return clone_execute(dp, skb, key, 0, nla_data(actions),
1331 struct ovs_action_trunc *trunc = nla_data(a);
1353 struct ovs_action_push_mpls *mpls = nla_data(a);
1360 struct ovs_action_add_mpls *mpls = nla_data(a);
1375 err = push_vlan(skb, key, nla_data(a));
1397 err = execute_set_action(skb, key, nla_data(a));
1402 err = execute_masked_set_action(skb, key, nla_data(a));
1423 nla_data(a));
1435 err = push_eth(skb, key, nla_data(a));
1446 err = nsh_hdr_from_nlattr(nla_data(a), nh,