Searched refs:clone_execute (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 152 static int clone_execute(struct datapath *dp, struct sk_buff *skb, 1002 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler() 1036 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample() 1058 return clone_execute(dp, skb, key, 0, actions, rem, last, in clone() 1188 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1226 return clone_execute(dp, skb, key, 0, nla_data(actions), in execute_check_pkt_len() 1481 static int clone_execute(struct datapath *dp, struct sk_buff *skb, in clone_execute() function
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 155 static int clone_execute(struct datapath *dp, struct sk_buff *skb, 1014 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler() 1048 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample() 1070 return clone_execute(dp, skb, key, 0, actions, rem, last, in clone() 1208 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc() 1246 return clone_execute(dp, skb, key, 0, nla_data(actions), in execute_check_pkt_len() 1518 static int clone_execute(struct datapath *dp, struct sk_buff *skb, in clone_execute() function
|
Completed in 5 milliseconds