Lines Matching refs:nla_data
954 for (a = nla_data(attr), rem = nla_len(attr); rem > 0;
999 struct nlattr *actions = nla_data(attr);
1002 return clone_execute(dp, skb, key, 0, nla_data(actions),
1024 sample_arg = nla_data(attr);
1025 arg = nla_data(sample_arg);
1054 clone_arg = nla_data(attr);
1065 struct ovs_action_hash *hash_act = nla_data(attr);
1083 struct ovs_tunnel_info *tun = nla_data(a);
1095 #define get_mask(a, type) ((const type)nla_data(a) + 1)
1121 err = set_eth_addr(skb, flow_key, nla_data(a),
1130 err = set_ipv4(skb, flow_key, nla_data(a),
1135 err = set_ipv6(skb, flow_key, nla_data(a),
1140 err = set_tcp(skb, flow_key, nla_data(a),
1145 err = set_udp(skb, flow_key, nla_data(a),
1150 err = set_sctp(skb, flow_key, nla_data(a),
1155 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a,
1204 cpl_arg = nla_data(attr);
1205 arg = nla_data(cpl_arg);
1226 return clone_execute(dp, skb, key, 0, nla_data(actions),
1305 struct ovs_action_trunc *trunc = nla_data(a);
1323 struct ovs_action_push_mpls *mpls = nla_data(a);
1330 struct ovs_action_add_mpls *mpls = nla_data(a);
1345 err = push_vlan(skb, key, nla_data(a));
1367 err = execute_set_action(skb, key, nla_data(a));
1372 err = execute_masked_set_action(skb, key, nla_data(a));
1393 nla_data(a));
1405 err = push_eth(skb, key, nla_data(a));
1416 err = nsh_hdr_from_nlattr(nla_data(a), nh,