Lines Matching refs:rem
869 int rem;
875 nla_for_each_nested(a, attr, rem) {
947 int rem = nla_len(attr);
956 actions = nla_next(sample_arg, &rem);
969 err = clone_execute(dp, skb, key, 0, actions, rem, last,
988 int rem = nla_len(attr);
994 actions = nla_next(clone_arg, &rem);
996 return clone_execute(dp, skb, key, 0, actions, rem, last,
1140 int len, max_len, rem = nla_len(attr);
1158 actions = nla_next(cpl_arg, &rem);
1164 actions = nla_next(cpl_arg, &rem);
1165 actions = nla_next(actions, &rem);
1220 int rem;
1222 nla_for_each_attr(a, nla_data(attr), nla_len(attr), rem) {
1256 int rem;
1258 for (a = attr, rem = len; rem > 0;
1259 a = nla_next(a, &rem)) {
1263 trace_ovs_do_execute_action(dp, skb, key, a, rem);
1277 if (nla_is_last(a, rem)) {
1303 if (nla_is_last(a, rem)) {
1344 bool last = nla_is_last(a, rem);
1367 bool last = nla_is_last(a, rem);
1419 bool last = nla_is_last(a, rem);
1429 bool last = nla_is_last(a, rem);
1457 if (nla_is_last(a, rem)) {