Lines Matching refs:last
157 bool last, bool clone_flow_key);
1022 bool last) in sample() argument
1037 if (last) in sample()
1043 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample()
1053 bool last) in clone() argument
1065 return clone_execute(dp, skb, key, 0, actions, rem, last, in clone()
1181 const struct nlattr *a, bool last) in execute_recirc() argument
1195 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc()
1200 const struct nlattr *attr, bool last) in execute_check_pkt_len() argument
1234 nla_len(actions), last, clone_flow_key); in execute_check_pkt_len()
1363 bool last = nla_is_last(a, rem); in do_execute_actions() local
1365 err = execute_recirc(dp, skb, key, a, last); in do_execute_actions()
1366 if (last) { in do_execute_actions()
1386 bool last = nla_is_last(a, rem); in do_execute_actions() local
1388 err = sample(dp, skb, key, a, last); in do_execute_actions()
1389 if (last) in do_execute_actions()
1446 bool last = nla_is_last(a, rem); in do_execute_actions() local
1448 err = clone(dp, skb, key, a, last); in do_execute_actions()
1449 if (last) in do_execute_actions()
1456 bool last = nla_is_last(a, rem); in do_execute_actions() local
1458 err = execute_check_pkt_len(dp, skb, key, a, last); in do_execute_actions()
1459 if (last) in do_execute_actions()
1492 bool last, bool clone_flow_key) in clone_execute() argument
1497 skb = last ? skb : skb_clone(skb, GFP_ATOMIC); in clone_execute()