Lines Matching refs:ops_func
2032 * ops_func(SHARE_IPMODIFY_SELF) to make sure current ops can share with
2033 * IPMODIFY. If ops_func(SHARE_IPMODIFY_SELF) returns non-zero, propagate
2109 if (!ops->ops_func)
2111 ret = ops->ops_func(ops, rec->ip, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF);
6251 * ops->ops_func for the ops. This is needed because the above
6632 * This can be called from within ftrace ops_func callback with
6660 * We can be called from within ops_func callback with direct_mutex
6686 * ops->ops_func for the ops. This is needed because the above
9155 if (!op->ops_func)
9158 ret = op->ops_func(op, ip, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_PEER);
9204 if (found_op && op->ops_func)
9205 op->ops_func(op, ip, FTRACE_OPS_CMD_DISABLE_SHARE_IPMODIFY_PEER);