Lines Matching refs:last
169 bool last, bool clone_flow_key);
937 bool last) in sample() argument
952 if (last) in sample()
958 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample()
1070 const struct nlattr *a, bool last) in execute_recirc() argument
1084 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc()
1157 bool last = nla_is_last(a, rem); in do_execute_actions() local
1159 err = execute_recirc(dp, skb, key, a, last); in do_execute_actions()
1160 if (last) { in do_execute_actions()
1180 bool last = nla_is_last(a, rem); in do_execute_actions() local
1182 err = sample(dp, skb, key, a, last); in do_execute_actions()
1183 if (last) in do_execute_actions()
1232 bool last, bool clone_flow_key) in clone_execute() argument
1237 skb = last ? skb : skb_clone(skb, GFP_ATOMIC); in clone_execute()