__ftrace_hash_update_ipmodify
return __ftrace_hash_update_ipmodify(ops, EMPTY_HASH, hash, false);
__ftrace_hash_update_ipmodify(ops, hash, EMPTY_HASH, false);
return __ftrace_hash_update_ipmodify(ops, old_hash, new_hash, false);
err = __ftrace_hash_update_ipmodify(ops, hash, hash, true);
err = __ftrace_hash_update_ipmodify(ops, orig_hash, orig_hash, true);